Nutritionix · JSON Structure

Track Instant Search Response Structure

Response from the instant search endpoint.

Type: object Properties: 2
RestaurantHealthNutritionFoodFitnessPublic APIs

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

Properties

common branded

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-instant-search-response-structure.json",
  "name": "InstantSearchResponse",
  "description": "Response from the instant search endpoint.",
  "type": "object",
  "properties": {
    "common": {
      "type": "array",
      "description": "Matched common (generic) foods.",
      "items": {
        "$ref": "#/components/schemas/CommonFood"
      }
    },
    "branded": {
      "type": "array",
      "description": "Matched branded and restaurant foods.",
      "items": {
        "$ref": "#/components/schemas/BrandedFood"
      }
    }
  }
}