Country
The Country object provides information on world territories that are generally recognised to have sovereignty.
When countries are referenced externally, the ISO 3166 Alpha-3 code should be used as it serves as a unique identifier.
Property | Type | Description |
name | string | The common name of the country in English. |
officialName | string | The official name of the country in English. This is sometimes different from name |
iso2 | string | |
iso3 | string | |
isoNumeric | number | |
localIdentifierName | string, null | The name of the identifier that this country issues to airports that don't have an official ICAO or IATA code, or in addition to these. |
Example:
{
"iso2": "MX",
"iso3": "MEX",
"isoNumeric": 484,
"name": "Mexico",
"officialName": "United Mexican States"
}
Last modified 1yr ago