fatsecret Recipes API

Search and retrieve recipes

Operations 3

GET /recipes/search/v3 Search recipes #
GET /recipe/v2 Get recipe by id #
GET /recipe-types/v2 List recipe types #

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-recipes-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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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

OpenAPI Specification

fatsecret-recipes-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: fatsecret Recipes 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: Recipes
  description: Search and retrieve recipes
paths:
  /recipes/search/v3:
    get:
      tags:
      - Recipes
      summary: Search recipes
      operationId: searchRecipes
      parameters:
      - name: search_expression
        in: query
        schema:
          type: string
      responses:
        '200':
          description: Matching recipes
  /recipe/v2:
    get:
      tags:
      - Recipes
      summary: Get recipe by id
      operationId: getRecipe
      parameters:
      - name: recipe_id
        in: query
        required: true
        schema:
          type: string
      responses:
        '200':
          description: Recipe details
  /recipe-types/v2:
    get:
      tags:
      - Recipes
      summary: List recipe types
      operationId: listRecipeTypes
      responses:
        '200':
          description: Recipe types
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