Nutritionix · Schema

NaturalExerciseRequest

Request body for the natural language exercise endpoint.

RestaurantHealthNutritionFoodFitnessPublic APIs

Properties

Name Type Description
query string Plain-text description of the physical activity.
gender string User gender, used to refine calorie-burn estimates.
weight_kg number User weight in kilograms.
height_cm number User height in centimeters.
age integer User age in years.
View JSON Schema on GitHub

JSON Schema

track-natural-exercise-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/nutritionix/refs/heads/main/json-schema/track-natural-exercise-request-schema.json",
  "title": "NaturalExerciseRequest",
  "description": "Request body for the natural language exercise endpoint.",
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "description": "Plain-text description of the physical activity.",
      "example": "ran 3 miles"
    },
    "gender": {
      "type": "string",
      "description": "User gender, used to refine calorie-burn estimates.",
      "enum": [
        "male",
        "female"
      ]
    },
    "weight_kg": {
      "type": "number",
      "description": "User weight in kilograms.",
      "example": 72.5
    },
    "height_cm": {
      "type": "number",
      "description": "User height in centimeters.",
      "example": 167.64
    },
    "age": {
      "type": "integer",
      "description": "User age in years.",
      "example": 30
    }
  },
  "required": [
    "query"
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/track-natural-exercise-request"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.