Nutritionix · Example Payload

Track Natural Nutrients Request Example

RestaurantHealthNutritionFoodFitnessPublic APIs

Track Natural Nutrients Request Example is an example object payload from Nutritionix, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

querynum_servingsaggregateline_delimiteduse_raw_foodsinclude_subrecipetimezoneconsumed_atuse_branded_foodslocale

Example Payload

Raw ↑
{
  "query": "1 cup mashed potatoes and 2 tbsp gravy",
  "num_servings": 675,
  "aggregate": "value",
  "line_delimited": false,
  "use_raw_foods": false,
  "include_subrecipe": false,
  "timezone": "US/Eastern",
  "consumed_at": "value",
  "use_branded_foods": false,
  "locale": "en_US"
}