Edamam · Example Payload

Nutrition Analysis Full Recipe Analysis Example

Food And DrinkRecipesNutritionDietAllergensMeal PlanningSustainabilityCarbon FootprintPublic APIs

Nutrition Analysis Full Recipe Analysis Example is an example object payload from Edamam, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "POST",
    "url": "https://api.edamam.com/api/nutrition-details",
    "query": {
      "app_id": "YOUR_NUTRITION_APP_ID",
      "app_key": "YOUR_NUTRITION_APP_KEY"
    },
    "headers": {
      "Content-Type": "application/json"
    },
    "body": {
      "title": "Garlic Roast Chicken",
      "ingr": [
        "1 whole chicken (4 lbs)",
        "4 cloves garlic, minced",
        "2 tbsp olive oil",
        "1 tsp salt",
        "1/2 tsp black pepper",
        "1 lemon, halved"
      ]
    }
  },
  "response": {
    "status": 200,
    "body": {
      "uri": "http://www.edamam.com/ontologies/edamam.owl#recipe_2c4d6e8f0a1b3c5d7e9f0a1b2c3d4e5f",
      "yield": 4,
      "calories": 2384,
      "totalWeight": 1965.7,
      "dietLabels": ["High-Protein", "Low-Carb"],
      "healthLabels": ["Sugar-Conscious", "Gluten-Free", "Dairy-Free"],
      "cautions": [],
      "totalNutrients": {
        "ENERC_KCAL": {"label": "Energy", "quantity": 2384, "unit": "kcal"},
        "PROCNT": {"label": "Protein", "quantity": 188.6, "unit": "g"}
      }
    }
  }
}

Work with this as data

Every example 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 examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • 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 example
curl "https://apis.io/api/v1/examples/nutrition-analysis-full-recipe-analysis-example"
All examples
curl "https://apis.io/api/v1/examples?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.