Edamam · Example Payload

Nutrition Analysis Api Recipe Request Example

RestaurantFoodNutritionUPC

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

Top-level fields

titleprepyieldingrurlsummary

Example Payload

Raw ↑
{
  "title": "Quinoa Salad",
  "prep": "15 minutes",
  "yield": "4 servings",
  "ingr": [
    "1 cup quinoa",
    "2 cups water",
    "1 cucumber diced"
  ],
  "url": "https://example.com/recipes/quinoa-salad",
  "summary": "A light quinoa salad"
}