AeroDataBox · Example Payload

Aerodatabox Listing Airport Contract Example

AviationFlightsAerospaceFlight DataAirport Data

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

Top-level fields

icaoiatalocalCodenameshortNamemunicipalityNamelocationcountryCodetimeZone

Example Payload

Raw ↑
{
  "icao": "KLAX",
  "iata": "LAX",
  "localCode": "example_value",
  "name": "Los Angeles International",
  "shortName": "Los Angeles International",
  "municipalityName": "Los Angeles International",
  "location": "example_value",
  "countryCode": "example_value",
  "timeZone": "example_value"
}