Nutritionix · JSON Structure

Track Natural Nutrients Response Structure

Response from the natural language nutrients endpoint.

Type: object Properties: 1
RestaurantHealthNutritionFoodFitnessPublic APIs

NaturalNutrientsResponse 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-natural-nutrients-response-structure.json",
  "name": "NaturalNutrientsResponse",
  "description": "Response from the natural language nutrients endpoint.",
  "type": "object",
  "properties": {
    "foods": {
      "type": "array",
      "description": "One food object per detected food in the query.",
      "items": {
        "$ref": "#/components/schemas/Food"
      }
    }
  }
}