Edamam · Example Payload

Meal Planner Api Meal Plan Request Example

RestaurantFoodNutritionUPC

Meal Planner Api Meal Plan Request 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

sizeplan

Example Payload

Raw ↑
{
  "size": 7,
  "plan": {
    "accept": {
      "all": [
        {}
      ]
    },
    "fit": {
      "ENERC_KCAL": {
        "min": 100,
        "max": 600
      }
    },
    "sections": {
      "ENERC_KCAL": {
        "accept": {},
        "fit": {}
      }
    }
  }
}