Authority
Authorities represent institutions that have some sort of power on an Airport, Country or Region.
These could be, for example, the Airport Operator, or a Country's Civil Aviation Authority.
Depending on whether an Authority depends on an Airport, Country or Region, different values are available for some of its properties.
Common 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 Authority
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 |
| String | The AID with namespace |
| String | The type of authority represented. Possible values are:
|
| List | A list of Coordinates that identify the landside area where the Authority is located, for example their offices. Defaults to |
| 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 |
| String | An Airport AID for the parent Airport. |
| Object | This additional property is present for Airport Authorities of |
Customs Airport Authority
These are Airport Authorities of type
CUSTOMS
, for which some additional properties are specified.
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.
These properties are found in the customsDetails
object of an Airport Authority.
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 |
| list, | A list of Countries from which flights are allowed to be cleared by Customs. |
| list, | A list of Regions from which flights are allowed to be cleared by Customs. |
| list, | A list of Countries from which crew members are allowed to be cleared by Customs. |
| list, | A list of Regions from which crew members are allowed to be cleared by Customs. |
| list, | A list of Countries from which passengers are allowed to be cleared by Customs. |
| list, | A list of Regions from which passengers are allowed to be cleared by Customs. |
| list, | A list of services provided by the Customs Authority at this Airport. Possible values are:
|
| list, | A list of visa types that can be processed at this location. Possible values are:
|
Country Authority
These are Authorities that have jurisdiction over an entire Country.
Below are additional properties to the common properties already described above.
Property | Type | Description |
| string | The AID in namespace |
| string | The type of Country Authority being described. Possible values are:
|
| object | A Country object for the parent Country. |
Region Authority
These are Authorities that have jurisdiction over an entire Region.
Below are additional properties to the common properties already described above.
Property | Type | Description |
| string | The AID in namespace |
| string | The type of Country Authority being described. Possible values are:
|
| object | A Region object for the parent Region. |
Last updated