Otter · JSON Structure

Public Api Required Address Structure

Address.

Type: object Properties: 8
RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

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

Properties

fullAddress postalCode city state countryCode addressLines linesOfAddress location

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/otter/refs/heads/main/json-structure/public-api-required-address-structure.json",
  "name": "RequiredAddress",
  "description": "Address.",
  "type": "object",
  "properties": {
    "fullAddress": {
      "type": "string",
      "nullable": true,
      "description": "Full, human comprehensible address. It is usually formatted in the order appropriate for your locale. Currently only populated for cases in which only single-line address is available.",
      "example": "123 Sample Street Ste 100, San Francisco, CA 94103"
    },
    "postalCode": {
      "type": "string",
      "description": "Postal code of the address.",
      "example": "20500"
    },
    "city": {
      "type": "string",
      "description": "The city/town portion of the address.",
      "example": "Washington"
    },
    "state": {
      "type": "string",
      "description": "Highest administrative subdivision which is used for postal addresses of a country or region. For example, this can be a state, a province, or a prefecture.",
      "example": "DC"
    },
    "countryCode": {
      "type": "string",
      "description": "CLDR country code. See http://cldr.unicode.org/",
      "example": "US"
    },
    "addressLines": {
      "type": "array",
      "nullable": true,
      "description": "Address lines (e.g. street, PO Box, or company name) or the full single line address (e.g. street, city, state, country, zip).",
      "example": [
        "1600 Pennsylvania Avenue NW",
        "123 Sample Street Ste 100, San Francisco, CA 94103"
      ],
      "items": {
        "type": "string"
      }
    },
    "linesOfAddress": {
      "type": "array",
      "nullable": true,
      "deprecated": true,
      "description": "Deprecated: use addressLines. Address lines (e.g. street, PO Box, or company name) or the full single line address (e.g. street, city, state, country, zip).",
      "example": [
        "1600 Pennsylvania Avenue NW",
        "123 Sample Street Ste 100, San Francisco, CA 94103"
      ],
      "items": {
        "type": "string"
      }
    },
    "location": {
      "$ref": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-location-schema.json"
    }
  }
}

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/public-api-required-address-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.