Nutritionix · JSON Structure

Track Foods Response Structure

A response that wraps one or more fully detailed food objects.

Type: object Properties: 1
RestaurantHealthNutritionFoodFitnessPublic APIs

FoodsResponse is a JSON Structure definition published by Nutritionix, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

foods

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/nutritionix/refs/heads/main/json-structure/track-foods-response-structure.json",
  "name": "FoodsResponse",
  "description": "A response that wraps one or more fully detailed food objects.",
  "type": "object",
  "properties": {
    "foods": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Food"
      }
    }
  }
}