Edamam · Example Payload

Meal Planner Api Section Example

RestaurantFoodNutritionUPC

Meal Planner Api Section 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

acceptfit

Example Payload

Raw ↑
{
  "accept": {
    "all": [
      {
        "health": [
          "SOY_FREE",
          "FISH_FREE"
        ],
        "diet": [
          "balanced"
        ],
        "dish": [
          "main course",
          "salad"
        ],
        "meal": [
          "lunch/dinner"
        ]
      }
    ]
  },
  "fit": {
    "ENERC_KCAL": {
      "min": 100,
      "max": 600
    }
  }
}