Nutritionix · JSON Structure

Track Brand Search Response Structure

Response from the brand search endpoint.

Type: object Properties: 1
RestaurantHealthNutritionFoodFitnessPublic APIs

BrandSearchResponse 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

brands

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-brand-search-response-structure.json",
  "name": "BrandSearchResponse",
  "description": "Response from the brand search endpoint.",
  "type": "object",
  "properties": {
    "brands": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Brand"
      }
    }
  }
}