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.
AIRPORTfor Airport AuthorityCOUNTRYfor Country AuthorityREGIONfor Region Authority
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
type
String
The type of authority represented. Possible values are:
OWNERThe Airport owner or their representative.OPERATORA body that has the operational responsibility of the Airport.CUSTOMSA body that is charged with Customs procedures at the Airport.HEALTHA body that is charged with Health, and Quarantine procedures at the Airport.BRIEFINGFor the Aerodrome's briefing office.REPORTINGFor the ATS Reporting Office (ARO).WEATHERFor the Aerodrome Metererological Observation Office.AIR_TRAFFICFor any entity providing Air Traffic Services on the Airport.SECURITYFor entities providing landside and airside security.FIREFor the Aircraft Rescue and Fire-Fighting Services (ARFF)
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
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
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
allowFlightsFromCountries
list, null
A list of Countries from which flights are allowed to be cleared by Customs.
allowFlightsFromRegions
list, null
A list of Regions from which flights are allowed to be cleared by Customs.
allowCrewFromCountries
list, null
A list of Countries from which crew members are allowed to be cleared by Customs.
allowCrewFromRegions
list, null
A list of Regions from which crew members are allowed to be cleared by Customs.
allowPassengersFromCountries
list, null
A list of Countries from which passengers are allowed to be cleared by Customs.
allowPassengersFromRegions
list, null
A list of Regions from which passengers are allowed to be cleared by Customs.
services
list, null
A list of services provided by the Customs Authority at this Airport. Possible values are:
INTERNATIONAL_RUBBISHFor the disposal of rubbish originated internationally.AGRICULTURE_CHECKFor any phytosanitary check available.PAYMENT_OF_FEESFor the payment of any customs fee on arrival.CREW_VISA_ON_ARRIVALFor the ability to obtain a crew visa upon arrival.PAX_VISA_ON_ARRIVALFor the ability to obtain a passenger visa upon arrival.
visaProcessed
list, null
A list of visa types that can be processed at this location. Possible values are:
CREWFor visas dedicated to crew members.IMMIGRANTFor visas intended for immigration purposes.NON_IMMIGRANT_WORKFor visas that allow temporary work in the country.TOURISMFor visas that allow temporary stay for leisure.ELECTRONICFor any type of electronic visa and travel authorities.DIPLOMATICFor diplomatic visas and other diplomatic authorities.
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
type
string
The type of Country Authority being described. Possible values are:
CIVIL_AVIATIONThe entity responsible for Civil Aviation regulation in the country.MILITARY_AVIATIONThe entity responsible for Military Aviation regulation in the country, or for Civil Aviation approvals that require Military clearance.AIR_TRAFFICThe entity responsible for the Air Traffic Services in the Country.LICENSINGThe entity responsible for crew, aircraft and operators licensing in the country.LANDING_RIGHTSThe entity responsible to authorise operations of foreign aircraft in the country.HEALTHThe entity charged with Health, and Quarantine procedures in the Country.CUSTOMSThe entity charged with Customs procedures in the Country.IMMIGRATIONThe entity charged with immigration approvals in the 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
type
string
The type of Country Authority being described. Possible values are:
CIVIL_AVIATIONThe entity responsible for Civil Aviation regulation in the region.MILITARY_AVIATIONThe entity responsible for Military Aviation regulation in the region, or for Civil Aviation approvals that require Military clearance.AIR_TRAFFICThe entity responsible for the Air Traffic Services in the region.LICENSINGThe entity responsible for crew, aircraft and operators licensing in the region.LANDING_RIGHTSThe entity responsible to authorise operations of foreign aircraft in the region.HEALTHThe entity charged with Health, and Quarantine procedures in the region.CUSTOMSThe entity charged with Customs procedures in the region.IMMIGRATIONThe entity charged with immigration approvals in the region.
Last updated
Was this helpful?