Nutritionix · Example Payload

Track Branded Food Example

RestaurantHealthNutritionFoodFitnessPublic APIs

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

Top-level fields

food_nameserving_unitnix_brand_idbrand_name_item_nameserving_qtynf_caloriesphotobrand_nameregionbrand_typenix_item_idlocale

Example Payload

Raw ↑
{
  "food_name": "Big Mac",
  "serving_unit": "burger",
  "nix_brand_id": "513fbc1283aa2dc80c000053",
  "brand_name_item_name": "McDonald's Big Mac",
  "serving_qty": 1,
  "nf_calories": 540,
  "photo": "value",
  "brand_name": "McDonald's",
  "region": 1,
  "brand_type": 1,
  "nix_item_id": "513fc9e73fe3ffd40300109f",
  "locale": "en_US"
}