Location

Information about a store location.

Fortune 500FranchisingHospitalityNYSE QSRQuick Service RestaurantsRestaurant

Properties

Name Type Description
administrativeArea string Location administrative area.
coordinates object
formattedAddress string Store address.
locality string Store locality.
phoneNumber string Store phone number.
postalCode string Store postalCode.
regionCode string The Unicode [Common Locale Data Repository (CLDR)](http://cldr.unicode.org/) region code of the country or region of the address. For example, the code for the United States is `US`. For the full list
route string Store route.
View JSON Schema on GitHub

JSON Schema

channel-location-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Location",
  "description": "Information about a store location.",
  "$id": "https://raw.githubusercontent.com/api-evangelist/restaurant-brands/refs/heads/main/json-schema/channel-location-schema.json",
  "type": "object",
  "properties": {
    "administrativeArea": {
      "description": "Location administrative area.",
      "type": "string",
      "example": "FL"
    },
    "coordinates": {
      "$ref": "#/components/schemas/GeoPoint"
    },
    "formattedAddress": {
      "description": "Store address.",
      "type": "string",
      "example": "5701 BLUE LAGOON DR, MIAMI, FL 33126"
    },
    "locality": {
      "description": "Store locality.",
      "type": "string",
      "example": "MIAMI"
    },
    "phoneNumber": {
      "description": "Store phone number.",
      "type": "string",
      "example": "555-555-5555"
    },
    "postalCode": {
      "description": "Store postalCode.",
      "type": "string",
      "example": "33126"
    },
    "regionCode": {
      "description": "The Unicode [Common Locale Data Repository (CLDR)](http://cldr.unicode.org/)\nregion code of the country or region of the address.\nFor example, the code for the United States is `US`.\n\nFor the full list of codes, refer to the [CLDR Chart](http://www.unicode.org/cldr/charts/30/supplemental/territory_information.html).\n",
      "type": "string",
      "example": "US"
    },
    "route": {
      "description": "Store route.",
      "type": "string",
      "example": "5701 BLUE LAGOON DR"
    }
  }
}

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/channel-location"
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 email required.

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