Edamam · Example Payload

Food And Grocery Database Api Nutrients Response Example

RestaurantFoodNutritionUPC

Food And Grocery Database Api Nutrients Response Example is an example object payload from Edamam, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

uricaloriestotalWeightdietLabelshealthLabelstotalNutrientstotalDaily

Example Payload

Raw ↑
{
  "uri": "http://www.edamam.com/ontologies/edamam.owl#recipe_xyz789",
  "calories": 95,
  "totalWeight": 182,
  "dietLabels": [
    "Low-Fat",
    "Low-Sodium"
  ],
  "healthLabels": [
    "Vegan",
    "Vegetarian"
  ],
  "totalNutrients": {
    "ENERC_KCAL": {
      "label": "Energy",
      "quantity": 95,
      "unit": "kcal"
    }
  },
  "totalDaily": {
    "ENERC_KCAL": {
      "label": "Energy",
      "quantity": 95,
      "unit": "kcal"
    }
  }
}