IPGeolocation.io · JSON Structure

Timezone Airport Details Structure

Airport information returned when the timezone lookup is performed using `iata_code` or `icao_code`. Contains metadata about the airport including its geographic coordinates, country, and airport identifiers.

Type: object Properties: 12
GeocodingIP GeolocationIP IntelligenceIP SecurityASN LookupAbuse ContactTimezoneAstronomyUser AgentThreat IntelligencePublic APIs

AirportDetails is a JSON Structure definition published by IPGeolocation.io, describing 12 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

type name latitude longitude elevation_ft continent_code country_code state_code city iata_code icao_code faa_code

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/ipgeolocation/refs/heads/main/json-structure/timezone-airport-details-structure.json",
  "name": "AirportDetails",
  "description": "Airport information returned when the timezone lookup is performed\nusing `iata_code` or `icao_code`.\n\nContains metadata about the airport including its geographic\ncoordinates, country, and airport identifiers.\n",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "description": "Classification of the airport based on size and traffic.",
      "example": "large_airport"
    },
    "name": {
      "type": "string",
      "description": "Official name of the airport.",
      "example": "Hartsfield Jackson Atlanta International Airport"
    },
    "latitude": {
      "type": "string",
      "description": "Latitude coordinate of the airport.",
      "example": "33.63670"
    },
    "longitude": {
      "type": "string",
      "description": "Longitude coordinate of the airport.",
      "example": "-84.42810"
    },
    "elevation_ft": {
      "type": "double",
      "description": "Airport elevation above sea level measured in feet.",
      "example": 1026
    },
    "continent_code": {
      "type": "string",
      "description": "Two-letter continent code where the airport is located.",
      "example": "NA"
    },
    "country_code": {
      "type": "string",
      "description": "ISO 3166-1 alpha-2 country code.",
      "example": "US"
    },
    "state_code": {
      "type": "string",
      "description": "State or province code where the airport is located.",
      "example": "US-GA"
    },
    "city": {
      "type": "string",
      "description": "City served by the airport.",
      "example": "Atlanta"
    },
    "iata_code": {
      "type": "string",
      "description": "Three-letter IATA airport identifier.",
      "example": "ATL"
    },
    "icao_code": {
      "type": "string",
      "description": "Four-letter ICAO airport identifier.",
      "example": "KATL"
    },
    "faa_code": {
      "type": "string",
      "description": "FAA location identifier used primarily in the United States.",
      "example": ""
    }
  }
}

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/timezone-airport-details-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.