Starbucks · JSON Structure

Starbucks Menu Item Structure

Starbucks menu item including beverages, food, and merchandise

Type: Properties: 0
CoffeeFood ServiceLoyaltyOrderingRetailFortune 500

MenuItem is a JSON Structure definition published by Starbucks.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "MenuItem",
  "description": "Starbucks menu item including beverages, food, and merchandise",
  "fields": [
    {"name": "id", "type": "string", "required": true, "description": "Unique menu item identifier"},
    {"name": "name", "type": "string", "required": true, "description": "Display name"},
    {"name": "description", "type": "string", "required": false, "description": "Marketing description"},
    {"name": "price", "type": "number", "required": false, "description": "Base price in USD"},
    {"name": "imageUrl", "type": "string", "required": false, "description": "Product image URL"},
    {"name": "categoryId", "type": "string", "required": true, "description": "Parent category identifier"},
    {"name": "available", "type": "boolean", "required": false, "description": "Ordering availability flag"},
    {
      "name": "sizes",
      "type": "array",
      "required": false,
      "description": "Available size options",
      "items": {
        "fields": [
          {"name": "id", "type": "string", "description": "Size identifier"},
          {"name": "name", "type": "string", "description": "Size display name"},
          {"name": "price", "type": "number", "description": "Price for this size"}
        ]
      }
    },
    {
      "name": "customizations",
      "type": "array",
      "required": false,
      "description": "Customization options (milk, syrups, extras)",
      "items": {
        "fields": [
          {"name": "type", "type": "string", "description": "Customization category"},
          {
            "name": "options",
            "type": "array",
            "items": {
              "fields": [
                {"name": "id", "type": "string"},
                {"name": "name", "type": "string"},
                {"name": "priceModifier", "type": "number"}
              ]
            }
          }
        ]
      }
    },
    {"name": "calories", "type": "integer", "required": false, "description": "Calorie count"},
    {"name": "allergens", "type": "array", "required": false, "description": "Allergen list"}
  ]
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/starbucks-menu-item-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

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

Get an API key

Free tier, no email required.

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