FatSecret Platform API Attribution Policy

For Developers, Apps, Websites and Devices

Lets you develop innovative diet, nutrition and health solutions when incorporating data into customer facing mobile apps, websites, devices and complementary products and services.

If your application manually loads Content using the FatSecret Platform API you must add FatSecret attribution in every place that Content is provided or displayed through your application. You can satisfy this by adding a FatSecret Web Badge or Attribution Snippet to your application in every place that Content is provided or displayed which explains to your users what drives your application and also ensures that you comply with the attribution requirements of the FatSecret Platform API Terms of Use . In addition if you require users to log in to your application there must be FatSecret attribution in at least one place that is accessible without a user logging in. The Web Badges or Attribution Snippet should only be used if your application uses or was created with FatSecret Platform API and it will make it easier for us to locate your application and promote you.

There is a FatSecret Platform Web Badge and formatted HTML text which can be easily included in your application. To comply with the FatSecret Platform API Terms of Use, you must display a Web Badge or Attribution Snippet on your Application and failure to comply with usage guidelines may result in termination of your licenses to use the FatSecret Platform API.

To add the attribution, include a link to the Web Badge image, or copy the HTML code for insertion into your Application.

Web Badge Attribution

Powered by FatSecret

To include this image in your web site, add the following code:

<a href="https://www.fatsecret.com">
    <img src="https://platform.fatsecret.com/api/static/images/powered_by_fatsecret.png" srcset="https://platform.fatsecret.com/api/static/images/powered_by_fatsecret_2x.png 2x, https://platform.fatsecret.com/api/static/images/powered_by_fatsecret_3x.png 3x" border="0"/>
</a>

Alternatively we supply an SVG version:

<a href="https://www.fatsecret.com">
    <img src="https://platform.fatsecret.com/api/static/images/powered_by_fatsecret.svg" border="0"/>
</a>

Attribution Snippet

Add the following code into your Application:

<!-- Begin FatSecret Platform API HTML Attribution Snippet -->
<a href="https://www.fatsecret.com">Powered by FatSecret</a>
<!-- End FatSecret Platform API HTML Attribution Snippet -->

This code results in a link like this:

You must not modify the HTML of the Attribution snippet in any way.