Starbucks · JSON Structure

Starbucks Store Structure

Starbucks retail store location

Type: Properties: 0
CoffeeFood ServiceLoyaltyOrderingRetailFortune 500

Store is a JSON Structure definition published by Starbucks.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "Store",
  "description": "Starbucks retail store location",
  "fields": [
    {"name": "id", "type": "string", "required": true, "description": "Unique store identifier"},
    {"name": "name", "type": "string", "required": true, "description": "Store display name"},
    {
      "name": "address",
      "type": "object",
      "required": true,
      "description": "Physical store address",
      "fields": [
        {"name": "street", "type": "string", "required": true},
        {"name": "city", "type": "string", "required": true},
        {"name": "state", "type": "string", "required": true},
        {"name": "postalCode", "type": "string", "required": true},
        {"name": "country", "type": "string", "required": true}
      ]
    },
    {
      "name": "coordinates",
      "type": "object",
      "required": true,
      "description": "Geographic coordinates",
      "fields": [
        {"name": "latitude", "type": "number", "required": true},
        {"name": "longitude", "type": "number", "required": true}
      ]
    },
    {"name": "phone", "type": "string", "required": false, "description": "Store phone number"},
    {"name": "timezone", "type": "string", "required": false, "description": "IANA timezone"},
    {"name": "hours", "type": "array", "required": false, "description": "Weekly operating hours"},
    {"name": "amenities", "type": "array", "required": false, "description": "Available amenities"},
    {"name": "services", "type": "array", "required": false, "description": "Available services"},
    {"name": "mobileOrderingEnabled", "type": "boolean", "required": false, "description": "Mobile ordering availability"},
    {"name": "driveThru", "type": "boolean", "required": false, "description": "Drive-through availability"}
  ]
}

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-store-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 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.