Edamam · Example Payload

Nutrition Analysis Api Nutrition Response Example

RestaurantFoodNutritionUPC

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

Top-level fields

uriyieldcaloriestotalWeightdietLabelshealthLabelscautionstotalNutrientstotalDailyingredients

Example Payload

Raw ↑
{
  "uri": "http://www.edamam.com/ontologies/edamam.owl#recipe_abc123",
  "yield": 4,
  "calories": 640,
  "totalWeight": 812.3,
  "dietLabels": [
    "High-Fiber"
  ],
  "healthLabels": [
    "Vegan",
    "Vegetarian",
    "Dairy-Free"
  ],
  "cautions": [],
  "totalNutrients": {
    "ENERC_KCAL": {
      "label": "Protein",
      "quantity": 24.5,
      "unit": "g"
    }
  },
  "totalDaily": {
    "ENERC_KCAL": {
      "label": "Protein",
      "quantity": 24.5,
      "unit": "g"
    }
  },
  "ingredients": [
    {}
  ]
}