Definition
The following properties are defined as "Open Data" regardless of how they are retrieved.
For example, if you are a customer paying for our premium data, using the following properties will fall under the license of Open Data.
Property | Type | Description |
aid | string | A string with the AID of the airport, with APT as namespace |
icao | string, null | |
iata | string, null | |
faa | string, null | |
coordinates | object, null | A Coordinates object which represents the location of the Aerodrome Reference Point.
This is null when the information is not known. |
country | object, null | A Country object which represents the country at which an airport is located.
null if this is not known. |
timeZone | string, null | The timezone of the airfield as noted in the IANA Time Zone Database.
null indicates that this information is not available. |
name | string, null | The name of the airport. This should be the official name of the airport written in Latin characters. |
servedCity | string, null | A string containing the name of the city served by the airport. In some countries, like the USA, this includes the state. For example: Los Angeles, CA .
This is null when the information is not known. |
Last modified 1yr ago