AeroDataBox · Example Payload

Aerodatabox Airport Contract Example

AviationFlightsAerospaceFlight DataAirport Data

Aerodatabox Airport Contract Example is an example object payload from AeroDataBox, with 14 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

icaoiatalocalCodeshortNamefullNamemunicipalityNamelocationelevationcountrycontinenttimeZoneurlsrunwayscurrentTime

Example Payload

Raw ↑
{
  "icao": "KLAX",
  "iata": "LAX",
  "localCode": "example_value",
  "shortName": "Los Angeles International",
  "fullName": "Los Angeles International",
  "municipalityName": "Los Angeles International",
  "location": "example_value",
  "elevation": "example_value",
  "country": "example_value",
  "continent": "example_value",
  "timeZone": "example_value",
  "urls": "example_value",
  "runways": [
    "example_value"
  ],
  "currentTime": "example_value"
}