Nutritionix · Example Payload

Track Natural Exercise Request Example

RestaurantHealthNutritionFoodFitnessPublic APIs

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

Top-level fields

querygenderweight_kgheight_cmage

Example Payload

Raw ↑
{
  "query": "ran 3 miles",
  "gender": "female",
  "weight_kg": 72.5,
  "height_cm": 167.64,
  "age": 30
}