Authority
Depending on whether an Authority depends on an Airport, Country or Region, different values are available for some of its properties.
Property | Type | Description |
name | string | A free-text name for this Authority |
type | string | The type of Authority, based on its parent entity.
|
Airport Authorities represent Authorities that have jurisdiction over an Airport.
In addition to the Common Properties, they have the following properties and possible values
Property | Type | Description |
aid | String | |
type | String | The type of authority represented.
Possible values are:
|
landsideArea | List | A list of Coordinates that identify the landside area where the Authority is located, for example their offices.
Defaults to null if the information is not known. |
airsideArea | List | A list of Coordinates that identify the airside area where the Authority is located, for example a dedicated ramp space for customs clearance.
Defaults to null if the information is not know |
parent | String | |
customsDetails | Object | This additional property is present for Airport Authorities of type CUSTOMS , which are discussed further in Customs Airport Authority.
Defaults to null if the information is not know |
The additional properties are useful to programmatically assess the feasibility of entry into a country at a specific Airport, based on the flight routing, persons' nationality and Visa types.
In most countries, the eligibility of a person to enter the country depends on the assessment of the Border Officer that processes the entry.
Information in our database are purely for reference purpose, and Aircraft Operators, Crew Members and Passengers should assess their individual status before attempting to enter a country.
Property | Type | Description |
allowFlightsFromCountries | list, null | |
allowFlightsFromRegions | list, null | |
allowCrewFromCountries | list, null | |
allowCrewFromRegions | list, null | |
allowPassengersFromCountries | list, null | |
allowPassengersFromRegions | list, null | |
services | list, null | A list of services provided by the Customs Authority at this Airport. Possible values are:
|
visaProcessed | list, null | A list of visa types that can be processed at this location. Possible values are:
|
Property | Type | Description |
aid | string | |
type | string | The type of Country Authority being described. Possible values are:
|
parent | object |
Property | Type | Description |
aid | string | |
type | string | The type of Country Authority being described. Possible values are:
|
parent | object |
Last modified 6mo ago