fatsecret Profile Foods API

User-managed custom foods and favorites

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/fatsecret-profile-foods-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

fatsecret-profile-foods-api-openapi.yml Raw ↑
openapi: 3.0.3
info:
  title: fatsecret Profile Foods API
  description: The fatsecret Platform API provides programmatic access to a global food nutrition database covering more than 1.9 million verified food items across 56 countries. It supports food and recipe search, barcode scanning, image recognition, natural language processing, and full profile-based food diary, exercise diary, and weight tracking management.
  version: '3.0'
  contact:
    name: fatsecret Platform
    url: https://platform.fatsecret.com/platform-api
servers:
- url: https://platform.fatsecret.com/rest
  description: REST endpoint for URL-based and method-based integration
security:
- oauth2: []
- oauth1: []
tags:
- name: Profile Foods
  description: User-managed custom foods and favorites
paths:
  /food/favorites/v2:
    get:
      tags:
      - Profile Foods
      summary: Get favorite foods
      operationId: getFavoriteFoods
      responses:
        '200':
          description: Favorite foods
  /food/favorite/add/v2:
    post:
      tags:
      - Profile Foods
      summary: Add favorite food
      operationId: addFavoriteFood
      responses:
        '200':
          description: Added
  /food/favorite/delete/v2:
    post:
      tags:
      - Profile Foods
      summary: Delete favorite food
      operationId: deleteFavoriteFood
      responses:
        '200':
          description: Deleted
components:
  securitySchemes:
    oauth2:
      type: oauth2
      flows:
        clientCredentials:
          tokenUrl: https://oauth.fatsecret.com/connect/token
          scopes:
            basic: Basic access to food and recipe data
            premier: Premier access including image recognition and NLP
    oauth1:
      type: http
      scheme: oauth
      description: OAuth 1.0a request signing