Nutritionix · JSON Structure

Track Natural Exercise Response Structure

Response from the natural language exercise endpoint.

Type: object Properties: 1
RestaurantHealthNutritionFoodFitnessPublic APIs

NaturalExerciseResponse 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

exercises

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-exercise-response-structure.json",
  "name": "NaturalExerciseResponse",
  "description": "Response from the natural language exercise endpoint.",
  "type": "object",
  "properties": {
    "exercises": {
      "type": "array",
      "description": "One exercise object per detected activity.",
      "items": {
        "$ref": "#/components/schemas/Exercise"
      }
    }
  }
}