airportdata.aero | airport and handling details for passenger and cargo airlines

Details - Levels 3 & 4

Calls provide Airport, Ground Handler and Services details for all airports and listings used in the full commercial and cargo airline data set, currently provided only to subscribers of Airportdata.com.
Access Level 3 returns those data fields indicated for Level 1 access but also includes all commercial and cargo related listings in addition to those provided via AC-U-KWIK products.
Level 4 access, again includes the full commercial data set and returns all those data fields outlined in Level 2 but with additional detail relevant to passenger and cargo airline operations.
Note that in the case of Levels 3 & 4 the /airport_services call has been omitted, due the large amount of data returned.
For details of data/service descriptions and field properties, please click here.

/airports/{airport_id}
Returns airport detail for a specific airport ID using the fullest airport database. Level 3 returns same data fields as for Level 1, see examples for Level 4 field specifics.
When entering the web address, please replace "XXXXXXXXXXXX" with your API key.
https://api.airportdata.com/airports/692?apikey=XXXXXXXXXXXX
https://api.airportdata.com/airports/692?apikey=XXXXXXXXXXXX&format=xml
Method
GET – retrieves airport details for a specific airport ID. [Level 4 data fields indicated in red]
Query Parameters
Parameter Value Description
airport_id integer (mandatory) Integer Airport ID
Response
JSON
{      
  "airports": {    
    "airport_id" : 692,  
    "type" : "Civil",  
    "icao" : "EGKK",  
    "iata" : "LGW",  
    "faa" : null,  
    "airport_name" : "London Gatwick",  
    "city" : "London",  
    "subdivision" : null,  
    "country" : "UNITED KINGDOM",  
    "iso_country_name" : "UNITED KINGDOM",  
    "distance_from_city" : "46 KM S OF LONDON",  
    "website" : "www.gatwickairport.com",  
    "email" : "[email protected]",  
    "aftn" : "EGKKZTZX",  
    "sita" : null,  
    "latitude" : "N51-08.9",  
    "longitude" : "W000-11.4",  
    "elevation" : 203,  
    "magnetic_variation" : "02W",  
    "time_zone" : "0.00",  
    "daylight_savings" : 1,  
    "fuel" : "JET ONLY",  
    "airport_of_entry" : "Yes",  
    "airport_of_entry_remark" : "S-NS-P",  
    "customs" : 1,  
    "designated_international" : 0, (see note below)  
    "landing_rights" : 0, (see note below)  
    "user_fees" : 0, (see note below)  
    "handling_mandatory" : 1,  
    "slots_required" : 1,  
    "airport_24hours" : "Y",  
    "airport_hours" : "H24",  
    "tower_hours" : "H24",  
    "fire_category" : "9",  
    "fire_category_remarks" : "10 (30 min PNR)",  
    "communications" : [,  
   
        {  
  "type" : "ATIS",
  "frequency" : "136.525",
},  
{  
  "type" : "Clearance",
  "frequency" : "121.95"
},  
{  
  "type" : "Ground Control",
  "frequency" : "121.8"
},  
{  
  "type" : "Tower 1",
  "frequency" : "124.225"
},  
{  
  "type" : "Tower 2",
  "frequency" : "134.225"
}  
 
    ],  
    "max_lda" : 9288,  
    "approach" : "ILS/DME NDB",  
    "runway_id" : "08R/26L",  
    "length" : 10879,  
    "width" : 151,  
    "lighting" : "HIGH",  
    "pcn" : "100FCWT",  
    "surface" : "Asphalt",  
    "airport_remarks" : "2 rwys listed; Rwy 08L/26R is non-instrument. Fire: 121.6. Noise abatement proc. APU restrictions. GA customs via S Term. Gnd Mode S radar. Datalink available. Min rwy occupancy time ops.",  
    "airport_operator" : "Gatwick Airport Ltd",  
    "airport_contact_name" : null,  
    "airport_contact_title" : "Operations Duty Manager",  
    "airport_contact_addr1" : "London Gatwick Airport",  
    "airport_contact_addr2" : null,  
    "airport_contact_city" : "Gatwick",  
    "airport_contact_state" : "West Sussex",  
    "airport_contact_zip" : "RH6 0NP",  
    "airport_contact_country" : "UNITED KINGDOM",  
    "airport_contact_tel" : "+44 8700 002468",  
    "airport_contact_email" : "[email protected]",  
    "airport_contact_web" : "www.gatwickairport.com",  
    "Last_Edited": "24/2/2014"  
}  
}      
XML
<airports>      
  <airport>    
    <airport_id>692</airport_id>  
    <type>Civil</type>  
    <icao>EGKK</icao>  
    <iata>LGW</iata>  
    <faa/>  
    <airport_name>London Gatwick</airport_name>  
    <city>London</city>  
    <subdivision/>  
    <country>UNITED KINGDOM</country>  
    <iso_country_name>UNITED KINGDOM</iso_country_name>  
    <distance_from_city>46 KM S OF LONDON</distance_from_city>  
    <website>www.gatwickairport.com</website>  
    <email>[email protected]</email>  
    <aftn>EGKKZTZX</aftn>  
    <sita/>  
    <latitude>N51-08.9</latitude>  
    <longitude>W000-11.4</longitude>  
    <elevation>203</elevation>  
    <magnetic_variation>02W</magnetic_variation>  
    <time_zone>0.00</time_zone>  
    <daylight_savings>True</daylight_savings>  
    <fuel>JET ONLY</fuel>  
    <airport_of_entry>Yes</airport_of_entry>  
    <airport_of_entry_remark>S-NS-P</airport_of_entry_remark>  
    <customs>True</customs>  
    <designated_international>False</designated_international>  
    <landing_rights>False</landing_rights>  
    <user_fees>False</user_fees>  
    <handling_mandatory>True</handling_mandatory>  
    <slots_required>True</slots_required>  
    <airport_24hours>Y</airport_24hours>  
    <airport_hours>H24</airport_hours>  
    <tower_hours>H24</tower_hours>  
    <fire_category>9</fire_category>  
    <fire_category_remarks>10 (30 min PNR)</fire_category_remarks>  
<communications>
   
<communication>  
  <type>Atis</type>
  <frequency>136.525</frequency>
  <remark>H24</remark>
</communication>  
<communication>  
  <type>Clearance</type>
  <frequency>121.95</frequency>
  <remark>0630-2100L</remark>
</communication>  
<communication>  
  <type>Ground Control</type>
  <frequency>121.8</frequency>
  <remark>0530-2300L</remark>
</communication>  
<communication>  
  <type>Tower 1</type>
  <frequency>124.225</frequency>
  <remark>H24</remark>
</communication>  
<communication>  
  <type>Tower 2</type>
  <frequency>134.225</frequency>
  <remark>H24</remark>
</communication>  
 
    </communications>  
    <max_ida>9288</max_ida>  
    <approach>ILS/DME NDB</approach>  
    <runway_id>08R/26L</runway_id>  
    <length>10879</length>  
    <width>151</width>  
    <lighting>HIGH</lighting>  
    <pcn>100FCWT</pcn>  
    <surface>Asphalt</surface>  
    <airport_remarks>2 rwys listed; Rwy 08L/26R is non-instrument. Fire: 121.6. Noise abatement proc. APU restrictions. GA customs via S Term. Gnd Mode S radar. Datalink available. Min rwy occupancy time ops.</airport_remarks>  
    <airport_operator>Gatwick Airport Ltd</airport_operator>  
    <airport_contact_name/>  
    <airport_contact_title>Operations Duty Manager</airport_contact_title>  
    <airport_contact_addr1>London Gatwick Airport</airport_contact_addr1>  
    <airport_contact_addr2/>  
    <airport_contact_city>Gatwick</airport_contact_city>  
    <airport_contact_state>West Sussex</airport_contact_state>  
    <airport_contact_zip>RH6 0NP</airport_contact_zip>  
    <airport_contact_country>UNITED KINGDOM</airport_contact_country>  
    <airport_contact_tel>+44 8700 002468</airport_contact_tel>  
    <airport_contact_email>[email protected]</airport_contact_email>  
    <airport_contact_web>www.gatwickairport.com</airport_contact_web>  
    <Last_Edited>24/2/2014</Last_Edited>  
  </airport>    
</airports>      

Note: fields ‘designated_international’, ‘landing_rights’ and ‘user_fees’ relate to general aviation flights to USA (and territories) only
/restrictions
Returns list of all restrictions applying for a specific airport ID. Level 3 returns same data fields as for Level 1, see examples for Level 4 field specifics.
When entering the web address, please replace "XXXXXXXXXXXX" with your API key.
https://api.airportdata.com/restrictions?apikey=XXXXXXXXXXXX&airport_id=697
https://api.airportdata.com/restrictions?apikey=XXXXXXXXXXXX&airport_id=697&format=xml
Method
GET – retrieves restriction notes for a specific airport ID. [Level 4 data fields indicated in red]
Query Parameters
Parameter Value Description
airport_id integer (mandatory) Integer Airport ID
Response
JSON
{      
  "restrictions" : [    
{  
    "restriction_id" : 383,  
    "details" : "SCR LEVEL 3 - COORDINATED ARPT",  
    "telephone" : "+44 20 8564 0613",  
    "telephone_2" : "+44 20 8564 0612",  
    "fax" : "+44 20 8564 0691",  
    "fax_2" : "+44 20 8745 7229",  
    "frequency" : null,  
    "tel_after_hours" : "+44 20 8745 6033",  
    "tel_mobile" : null,  
    "sita" : "LONACXH",  
    "aftn" : null,  
    "email" : "[email protected]",  
    "website" : "www.acl-uk.org",  
    "hours" : "0900-1700L Mo-Fr",  
    "remarks" : "also www.online-coordination.com. GA & Corp flights are also regulated.",  
},  
{  
    "restriction_id" : 2084,  
    "details" : "PERMISSION REQD - ALL FLIGHTS",  
    "telephone" : null,  
    "telephone_2" : null,  
    "fax" : null,  
    "fax_2" : null,  
    "frequency" : null,  
    "tel_after_hours" : null,  
    "sita" : null,  
    "aftn" : null,  
    "email" : null,  
    "website" : null,  
    "hours" : null,  
    "remarks" : null,  
}  
  ]    
}      
XML
<restrictions>    
  <restriction>  
    <restriction_id>383</restriction_id>
    <details>SCR LEVEL 3 - COORDINATED ARPT</details>
    <telephone>+44 20 8564 0613</telephone>
    <telephone_2>+44 20 8564 0612</telephone_2>
    <fax>+44 20 8564 0691</fax>
    <fax_2>+44 20 8745 7229</fax_2>
    <frequency/>
    <tel_after_hours>+44 20 8745 6033</tel_after_hours>
    <sita>LONACXH</sita>
    <aftn/>
    <email>[email protected]</email>
    <website>www.acl-uk.org</website>
    <hours>0900-1700L Mo-Fr</hours>
    <remarks>also www.online-coordination.com. GA & Corp flights are also regulated.</remarks>
  </restriction>  
  <restriction>  
    <restriction_id>2084</restriction_id>
    <details>PERMISSION REQD - ALL FLIGHTS</details>
    <telephone/>
    <telephone_2/>
    <fax/>
    <fax_2/>
    <frequency/>
    <tel_after_hours/>
    <sita/>
    <aftn/>
    <email/>
    <website/>
    <hours/>
    <remarks/>
  </restriction>  
</restrictions>    
/information
Returns list of all informational notes and contacts for a specific airport ID. Level 3 returns same data fields as for Level 1, see examples for Level 4 field specifics.
When entering the web address, please replace "XXXXXXXXXXXX" with your API key.
https://api.airportdata.com/informations?apikey=XXXXXXXXXXXX&airport_id=697
https://api.airportdata.com/informations?apikey=XXXXXXXXXXXX&airport_id=697&format=xml
Method
GET – retrieves information notes for a specific airport ID. [Level 4 data fields indicated in red]
Query Parameters
Parameter Value Description
airport_id integer (mandatory) Integer Airport ID
Response (sample extract)
JSON
{      
  "informations" : [    
{  
    "information_id" : 3026,  
    "details" : "ATC (NATS)",  
    "telephone" : "+44 20 8750 2560",  
    "telephone_2" : null,  
    "fax" : "+44 20 8750 2561",  
    "fax_2" : null,  
    "frequency" : null,  
    "tel_after_hours" : null,  
    "tel_mobile" : null,  
    "sita" : null,  
    "aftn" : "EGLLZTZX",  
    "email" : null,  
    "website" : "www.nats.co.uk",  
    "hours" : null,  
    "remarks" : null,  
},  
{  
    "information_id" : 22321,  
    "details" : "CUSTOMS",  
    "telephone" : "+44 20 8750 1515",  
    "telephone_2" : null,  
    "fax" : null,  
    "fax_2" : null,  
    "frequency" : null,  
    "tel_after_hours" : null,  
    "tel_mobile" : null,  
    "sita" : null,  
    "aftn" : null,  
    "email" : null,  
    "website" : "www.hmrc.gov.uk",  
    "hours" : "H24",  
    "remarks" : null,  
},  
{  
    "information_id" : 3750,  
    "details" : "DUTY MANAGER AIRSIDE",  
    "telephone" : "+44 20 8745 7373",  
    "telephone_2" : "+44 20 8745 5227",  
    "fax" : null,  
    "fax_2" : null,  
    "frequency" : null,  
    "tel_after_hours" : null,  
    "tel_mobile" : null,  
    "sita" : null,  
    "aftn" : null,  
    "email" : null,  
    "website" : "www.hmrc.gov.uk",  
    "hours" : null,  
    "remarks" : null,  
},  
{  
    "information_id" : 5302,  
    "details" : "STAND ALLOC UNIT",  
    "telephone" : "+44 20 8745 6033",  
    "telephone_2" : "+44 20 8745 6016",  
    "fax" : "+44 20 8745 7229",  
    "fax_2" : null,  
    "frequency" : null,  
    "tel_after_hours" : "+44 20 8745 6033",  
    "tel_mobile" : null,  
    "sita" : null,  
    "aftn" : null,  
    "email" : null,  
    "website" : "www.acl-uk.org",  
    "hours" : null,  
    "remarks" : null,  
},  
{  
    "information_id" : 22320,  
    "details" : "FLIGHT EVALUATION UNIT (NOISE)",  
    "telephone" : "+44 800 344844",  
    "telephone_2" : null,  
    "fax" : null,  
    "fax_2" : null,  
    "frequency" : null,  
    "tel_after_hours" : null,  
    "tel_mobile" : null,  
    "sita" : null,  
    "aftn" : null,  
    "email" : "[email protected]",  
    "website" : "www.heathrowairport.com/noise/help/contact-us",  
    "hours" : null,  
    "remarks" : null,  
}  
  ]    
}      
XML
<informations>    
  <information>  
    <information_id>3026</information_id>
    <details>ATC (NATS)</details>
    <telephone>+44 20 8750 2560</telephone>
    <telephone_2/>
    <fax>+44 20 8750 2561</fax>
    <fax_2/>
    <frequency/>
    <tel_after_hours/>
    <tel_mobile/>
    <sita/>
    <aftn>EGLLZTZX</aftn>
    <email/>
    <website>www.nats.co.uk</website>
    <hours/>
    <remarks/>
  </information>  
  <information>  
    <information_id>22321</information_id>
    <details>CUSTOMS</details>
    <telephone>+44 20 8750 1515</telephone>
    <telephone_2/>
    <fax/>
    <fax_2/>
    <frequency/>
    <tel_after_hours/>
    <tel_mobile/>
    <sita/>
    <aftn/>
    <email/>
    <website/>>
    <hours/>
    <remarks/>
  </information>  
  <information>  
    <information_id>3750</information_id>
    <details>DUTY MANAGER AIRSIDE</details>
    <telephone>+44 20 8745 7373</telephone>
    <telephone_2>+44 20 8745 5227</telephone_2>
    <fax/>
    <fax_2/>
    <frequency/>
    <tel_after_hours/>
    <tel_mobile/>
    <sita/>
    <aftn/>
    <email/>
    <website/>>
    <hours/>
    <remarks/>
  </information>  
  <information>  
    <information_id>5302</information_id>
    <details>STAND ALLOC UNIT</details>
    <telephone>+44 20 8745 6033</telephone>
    <telephone_2>+44 20 8745 6016</telephone_2>
    <fax>+44 20 8745 7229<fax/>
    <fax_2/>
    <frequency/>
    <tel_after_hours>+44 20 8745 6033<tel_after_hours/>
    <tel_mobile/>
    <sita/>
    <aftn/>
    <email/>
    <website>www.acl-uk.org</website>
    <hours>H24</hours>
    <remarks/>
  </information>  
  <information>  
    <information_id>22320</information_id>
    <details>FLIGHT EVALUATION UNIT (NOISE)</details>
    <telephone>+44 800 344844</telephone>
    <telephone_2/>
    <fax/>
    <fax_2/>
    <frequency/>
    <tel_after_hours/>
    <tel_mobile/>
    <sita/>
    <aftn/>
    <email>[email protected]</email>
    <website>www.heathrowairport.com/noise/help/contact-us</website>
    <hours/>
    <remarks/>
  </information>  
</informations>    
/airport_notes
Returns both Information and Restriction notes above, for a specific airport ID, as a single query.
When entering the web address, please replace "XXXXXXXXXXXX" with your API key.
https://api.airportdata.com/airport_notes?apikey=XXXXXXXXXXXX&airport_id=697
https://api.airportdata.com/airport_notes?apikey=XXXXXXXXXXXX&airport_id=697&format=xml
Method
GET – retrieves all Restrictions notes and Information listings for a specific airport ID.
Query Parameters
Parameter Value Description
airport_id integer (mandatory) Integer Airport ID
Response
Combines data returned from /restrictions and /information with a single call. See JSON and XML responses for both. [Level 2 data fields indicated in red]
Response
JSON
{    
  "airport_notes" : {  
 
{    
  "informations" : [  
{  
    "information_id" : 3026,
    "details" : "ATC (NATS)",
    "telephone" : "+44 20 8750 2560",
    "fax" : "+44 20 8750 2561",
    "frequency" : null,
    "tel_after_hours" : null,
    "sita" : null,
    "aftn" : "EGLLZTZX",
    "email" : null,
    "website" : "www.nats.co.uk",
    "hours" : null,
    "remarks" : null,
},  
{  
    "information_id" : 22321,
    "details" : "CUSTOMS",
    "telephone" : "+44 20 8750 1515",
    "fax" : null,
    "frequency" : null,
    "tel_after_hours" : null,
    "sita" : null,
    "aftn" : null,
    "email" : null,
    "website" : "www.hmrc.gov.uk",
    "hours" : "H24",
    "remarks" : null,
}  
  ],  
  "restrictions" : [  
{  
    "restriction_id" : 383,
    "details" : "SCR LEVEL 3 - COORDINATED ARPT",
    "telephone" : "+44 20 8564 0613",
    "fax" : "+44 20 8564 0691",
    "frequency" : null,
    "tel_after_hours" : "+44 20 8745 6033",
    "sita" : "LONACXH",
    "aftn" : null,
    "email" : "[email protected]",
    "website" : "www.acl-uk.org",
    "hours" : "0900-1700L Mo-Fr",
    "remarks" : "also www.online-coordination.com. GA & Corp flights are also regulated.",
},  
{  
    "restriction_id" : 2084,
    "details" : "PERMISSION REQD - ALL FLIGHTS",
    "telephone" : null,
    "fax" : null,
    "frequency" : null,
    "tel_after_hours" : null,
    "sita" : null,
    "aftn" : null,
    "email" : null,
    "website" : null,
    "hours" : null,
    "remarks" : null,
}  
  ]  
}    
}    
XML
<airport_notes>  
 
<informations>    
  <information>  
    <information_id>3026</information_id>
    <details>ATC (NATS)</details>
    <telephone>+44 20 8750 2560</telephone>
    <fax>+44 20 8750 2561</fax>
    <frequency/>
    <tel_after_hours>+44 20 8745 6033</tel_after_hours>
    <sita/>
    <aftn>EGLLZTZX</aftn>
    <email/>
    <website>www.nats.co.uk</website>
    <hours/>
    <remarks/>
  </information>  
  <information>  
    <information_id>22321</information_id>
    <details>CUSTOMS</details>
    <telephone>+44 20 8750 1515</telephone>
    <fax/>
    <frequency/>
    <tel_after_hours/>
    <sita/>
    <aftn/>
    <email/>
    <website>www.hmrc.gov.uk</website>
    <hours>H24</hours>
    <remarks/>
  </information>  
</informations>    
<restrictions>    
  <restriction>  
    <restriction_id>383</restriction_id>
    <details>SCR LEVEL 3 - COORDINATED ARPT</details>
    <telephone>+44 20 8564 0613</telephone>
    <fax>+44 20 8564 0691</fax>
    <frequency/>
    <tel_after_hours>+44 20 8745 6033</tel_after_hours>
    <sita>LONACXH</sita>
    <aftn/>
    <email>[email protected]</email>
    <website>www.acl-uk.org</website>
    <hours>0900-1700L Mo-Fr</hours>
    <remarks>also www.online-coordination.com. GA & Corp flights are also regulated.</remarks>
  </restriction>  
  <restriction>  
    <restriction_id>2084</restriction_id>
    <details>PERMISSION REQD - ALL FLIGHTS</details>
    <telephone/>
    <fax/>
    <frequency/>
    <tel_after_hours/>
    <sita/>
    <aftn/>
    <email/>
    <website/>
    <hours/>
    <remarks/>
  </restriction>  
</restrictions>    
</airport_notes>  
/handlers
Returns list of all ground handlers, cargo handlers, FBOs, supervisory agents, flight support organizations, line maintenance and fuel providers for a specific airport ID. This call returns same data fields as indicated for Level 1 and Level 2.
When entering the web address, please replace "XXXXXXXXXXXX" with your API key.
https://api.airportdata.com/handlers?apikey=XXXXXXXXXXXX&airport_id=1962
https://api.airportdata.com/handlers?apikey=XXXXXXXXXXXX&airport_id=1962&format=xml
Method
GET – retrieves Ground Handlers, Cargo Handlers, FBOs, Supervising Agents, Flight Support Organizations, Fuel providers and Line Maintenance facilities for a specific airport ID. [Level 4 data fields indicated in red]
Query Parameters
Parameter Value Description
airport_id Integer (mandatory) Integer Airport ID
Response (sample extract)
JSON
{      
  "handlers" : [    
{  
    "handler_id" : 2240,  
    "handler_name" : "AIRCRAFT SERVICE INTERNATIONAL GROUP",  
    "handler_type" : "Handler",  
    "handler_telephone" : "+1 702 739 1184",  
    "handler_fax" : "+1 702 739 1165",  
    "handler_frequency" : null,  
    "handler_toll_free" : null,  
    "tel_after_hours" : null,  
    "handler_email" : "[email protected]",  
    "handler_website" : "www.asig.com",  
    "fuel_brand" : "INDEPENDENT",  
    "fuel_brand2" : null,  
    "fuel_supply" : "Own Service",  
    "location_on_field" : null  
},  
{  
    "handler_id" : 2165,  
    "handler_name" : "AIRPORT TERMINAL SERVICES",  
    "handler_type" : "Handler",  
    "handler_telephone" : "+1 702 261 7180",  
    "handler_fax" : "+1 702 597 9638",  
    "handler_frequency" : null,  
    "handler_toll_free" : null,  
    "tel_after_hours" : null,  
    "handler_email" : "[email protected]",  
    "handler_website" : "www.atsstl.com",  
    "fuel_brand" : null,  
    "fuel_brand2" : null,  
    "fuel_supply" : null,  
    "location_on_field" : null  
},  
{  
    "handler_id" : 13298,  
    "handler_name" : "INTEGRATED AIRLINE SERVICES (IAS AIR)",  
    "handler_type" : "Cargo Only",  
    "handler_telephone" : "+1 702 262 9913",  
    "handler_fax" : "+1 702 736 6095",  
    "handler_frequency" : null,  
    "handler_toll_free" : null,  
    "tel_after_hours" : null,  
    "handler_email" : "[email protected]",  
    "handler_website" : "www.iasair.com",  
    "fuel_brand" : null,  
    "fuel_brand2" : null,  
    "fuel_supply" : null,  
    "location_on_field" : null  
},  
{  
    "handler_id" : 18871,  
    "handler_name" : "ATLANTIC AVIATION",  
    "handler_type" : "FBO",  
    "handler_telephone" : "+1 702 736 1830",  
    "handler_fax" : "+1 702 597 9181",  
    "handler_frequency" : "128.85",  
    "handler_toll_free" : "+1 800 726 2810",  
    "tel_after_hours" : null,  
    "handler_email" : "[email protected]",  
    "handler_website" : "www.atlanticaviation.com",  
    "fuel_brand" : "INDEPENDENT",  
    "fuel_brand2" : null,  
    "fuel_supply" : "Own Service",  
    "location_on_field" : "NW",  
},  
{  
    "handler_id" : 18872,  
    "handler_name" : "SIGNATURE FLIGHT SUPPORT",  
    "handler_type" : "FBO",  
    "handler_telephone" : "+1 702 739 1100",  
    "handler_fax" : "+1 702 739 1241",  
    "handler_frequency" : "128.87",  
    "handler_toll_free" : null,  
    "tel_after_hours" : null,  
    "handler_email" : "[email protected]",  
    "handler_website" : "www.signatureflight.com",  
    "fuel_brand" : "INDEPENDENT",  
    "fuel_brand2" : null,  
    "fuel_supply" : "Own Service",  
    "location_on_field" : "SW"  
},  
{  
    "handler_id" : 1690,  
    "handler_name" : "SWISSPORT FUELING",  
    "handler_type" : "Fuel Only",  
    "handler_telephone" : "+1 702 261 5483",  
    "handler_fax" : "+1 702 739 9616",  
    "handler_frequency" : "128.87",  
    "handler_toll_free" : null,  
    "tel_after_hours" : null,  
    "handler_email" : "[email protected]",  
    "handler_website" : "www.swissport.com",  
    "fuel_brand" : "INDEPENDENT",  
    "fuel_brand2" : null,  
    "fuel_supply" : "Own Service",  
    "location_on_field" : null  
},  
{  
    "handler_id" : 15485,  
    "handler_name" : "GULFSTREAM",,  
    "handler_type" : "Line/Ramp Engineering",  
    "handler_telephone" : "+1 702 947 3030",  
    "handler_fax" : "+1 702 947 3080",  
    "handler_frequency" : null,  
    "handler_toll_free" : null,  
    "tel_after_hours" : null,  
    "handler_email" : null,  
    "handler_website" : "www.gulfstream.com/sites/lasvegas.htm",  
    "fuel_brand" : null,  
    "fuel_brand2" : null,  
    "fuel_supply" : null,  
    "location_on_field" : null  
}  
  ]    
}      
XML
<handlers>    
  <handler>  
    <handler_id>2240</handler_id>
    <handler_name>AIRCRAFT SERVICE INTERNATIONAL</handler_name>
    <handler_type>Handler</handler_type>
    <handler_telephone>+1 702 739 1184</handler_telephone>
    <handler_fax>+1 702 739 1165</handler_fax>
    <handler_frequency/>
    <handler_toll_free/>
    <tel_after_hours/>
    <handler_email>[email protected]</handler_email>
    <handler_website>www.asig.com</handler_website>
    <fuel_brand>INDEPENDENT</fuel_brand>
    <fuel_brand2/>
    <fuel_supply>Own Service</fuel_supply>
    <location_on_field/>
  </handler>  
  <handler>  
    <handler_id>13298</handler_id>
    <handler_name>INTEGRATED AIRLINE SERVICES</handler_name>
    <handler_type>Cargo Only</handler_type>
    <handler_telephone>+1 702 262 9913</handler_telephone>
    <handler_fax>+1 702 736 6095</handler_fax>
    <handler_frequency/>
    <handler_toll_free/>
    <tel_after_hours/>
    <handler_email>[email protected]</handler_email>
    <handler_website>www.iasair.com</handler_website>
    <fuel_brand/>
    <fuel_brand2/>
    <fuel_supply/>
    <location_on_field/>
  </handler>  
  <handler>  
    <handler_id>2165</handler_id>
    <handler_name>AIRPORT TERMINAL SERVICES</handler_name>
    <handler_type>Handler</handler_type>
    <handler_telephone>+1 702 261 7180</handler_telephone>
    <handler_fax>+1 702 597 9638</handler_fax>
    <handler_frequency/>
    <handler_toll_free/>
    <tel_after_hours/>
    <handler_email>[email protected]</handler_email>
    <handler_website>www.atsstl.com</handler_website>
    <fuel_brand/>
    <fuel_brand2/>
    <fuel_supply/>
    <location_on_field/>
  </handler>  
  <handler>  
    <handler_id>18871</handler_id>
    <handler_name>ATLANTIC AVIATION</handler_name>
    <handler_type>FBO</handler_type>
    <handler_telephone>+1 702 736 1830</handler_telephone>
    <handler_fax>+1 702 597 9181</handler_fax>
    <handler_frequency>128.85</handler_frequency>
    <handler_toll_free>+1 800 726 2810</handler_toll_free>
    <tel_after_hours/>
    <handler_email>[email protected]</handler_email>
    <handler_website>www.atlanticaviation.com</handler_website>
    <fuel_brand>INDEPENDENT</fuel_brand>
    <fuel_brand2/>
    <fuel_supply>Own Service</fuel_supply>
    <location_on_field>NW</location_on_field>
  </handler>  
  <handler>  
    <handler_id>18872</handler_id>
    <handler_name>SIGNATURE FLIGHT SUPPORT</handler_name>
    <handler_type>FBO</handler_type>
    <handler_telephone>+1 702 739 1100</handler_telephone>
    <handler_fax>+1 702 739 1241</handler_fax>
    <handler_frequency>128.87</handler_frequency>
    <handler_toll_free/>
    <tel_after_hours/>
    <handler_email>[email protected]</handler_email>
    <handler_website>www.signatureflight.com</handler_website>
    <fuel_brand>INDEPENDENT</fuel_brand>
    <fuel_brand2/>
    <fuel_supply>Own Service</fuel_supply>
    <location_on_field>SW</location_on_field>
  </handler>  
  <handler>  
    <handler_id>1690</handler_id>
    <handler_name>SWISSPORT FUELING</handler_name>
    <handler_type>Fuel Only</handler_type>
    <handler_telephone>+1 702 261 5483</handler_telephone>
    <handler_fax>+1 702 739 9616</handler_fax>
    <handler_frequency/>
    <handler_toll_free/>
    <tel_after_hours/>
    <handler_email>[email protected]</handler_email>
    <handler_website>www.swissport.com</handler_website>
    <fuel_brand>INDEPENDENT</fuel_brand>
    <fuel_brand2/>
    <fuel_supply>Own Service</fuel_supply>
    <location_on_field/>
  </handler>  
  <handler>  
    <handler_id>15485</handler_id>
    <handler_name>GULFSTREAM</handler_name>
    <handler_type>Line/Ramp Engineering</handler_type>
    <handler_telephone>+1 702 947 3030</handler_telephone>
    <handler_fax>+1 702 947 3080</handler_fax>
    <handler_frequency/>
    <handler_toll_free/>
    <tel_after_hours/>
    <handler_email/>
    <handler_website>www.gulfstream.com/sites/lasvegas.htm</handler_website>
    <fuel_brand/>
    <fuel_brand2/>
    <fuel_supply/>
    <location_on_field/>
  </handler>  
</handlers>    
/suppliers
Returns list of all caterers, charter, limousine, protection, stores, car rental and detailing providers, for a specific airport ID. Level 3 returns same data fields as for Level 1, see examples for Level 4 field specifics.
When entering the web address, please replace "XXXXXXXXXXXX" with your API key.
https://api.airportdata.com/suppliers?apikey=XXXXXXXXXXXX&airport_id=3412
https://api.airportdata.com/suppliers?apikey=XXXXXXXXXXXX&airport_id=3412&format=xml
Method
GET – retrieves all Catering, Charter, Limousine, Protection, Stores and Detailing service providers plus Car Rental listings for a specific Airport ID. [Level 4 data fields indicated in red]
Query Parameters
Parameter Value Description
airport_id integer (mandatory) Integer Airport ID
Response (sample extract)
JSON
{      
  "suppliers" : [    
{  
    "supplier_id" : 2713,  
    "supplier_name" : "LEBANESE BEIRUT AIRPORT CATERING CO",  
    "supplier_type" : "Caterer - airline",  
    "supplier_telephone" : "+961 1629511",  
    "supplier_telephone_2" : null,  
    "supplier_fax" : "+961 1 629168",  
    "supplier_fax_2" : null,  
    "supplier_frequency" : null,  
    "supplier_toll_free" : null,  
    "supplier_tel_after_hours" : null,  
    "supplier_mobile" : null,  
    "supplier_SITA" : null,  
    "supplier_AFS" : null,  
    "supplier_email" : "[email protected]",  
    "supplier_website" : null,  
},  
{  
    "supplier_id" : 4479,  
    "supplier_name" : "JET SET GOURMET",  
    "supplier_type" : "Caterer - private",  
    "supplier_telephone" : "+961 1 382834",  
    "supplier_telephone_2" : null,  
    "supplier_fax" : "+961 1 628261",  
    "supplier_fax_2" : null,  
    "supplier_frequency" : null,  
    "supplier_toll_free" : null,  
    "supplier_tel_after_hours" : "+961 3 657879",  
    "supplier_mobile" : "+961 3 657879",  
    "supplier_SITA" : null,  
    "supplier_AFS" : null,  
    "supplier_email" : "[email protected]",  
    "supplier_website" : "www.jetsetgourmet.com",  
},  
{  
    "supplier_id" : 7419,  
    "supplier_name" : "NAKHAL & CIE",  
    "supplier_type" : "Limousine",  
    "supplier_telephone" : "+961 1 389389",  
    "supplier_telephone_2" : null,  
    "supplier_fax" : null,  
    "supplier_fax_2" : null,  
    "supplier_frequency" : null,  
    "supplier_toll_free" : null,  
    "supplier_tel_after_hours" : null,  
    "supplier_mobile" : null,  
    "supplier_SITA" : null,  
    "supplier_AFS" : null,  
    "supplier_email" : "[email protected]",  
    "supplier_website" : "www.nakhal.com"  
},  
{  
    "supplier_id" : 7040,  
    "supplier_name" : "AVIS",  
    "supplier_type" : "Car Hire",  
    "supplier_telephone" : "+961 1 629890",  
    "supplier_telephone_2" : null,  
    "supplier_fax" : null,  
    "supplier_fax_2" : null,  
    "supplier_frequency" : null,  
    "supplier_toll_free" : null,  
    "supplier_tel_after_hours" : null,  
    "supplier_mobile" : null,  
    "supplier_SITA" : null,  
    "supplier_AFS" : null,  
    "supplier_email" : null,  
    "supplier_website" : "www.avis.com",  
}  
  ]    
}      
XML
<suppliers>    
  <supplier>  
    <supplier_id>2713</supplier_id>
    <supplier_name>LEBANESE BEIRUT AIRPORT CATERING CO</supplier_name>
    <supplier_type>Caterer - airline</supplier_type>
    <supplier_telephone>+961 1629511</supplier_telephone>
    <supplier_telephone_2/>
    <supplier_fax>+961 1 629168</supplier_fax>
    <supplier_fax_2/>
    <supplier_frequency/>
    <supplier_toll_free/>
    <supplier_tel_after_hours/>
    <supplier_mobile/>
    <supplier_SITA/>
    <supplier_AFS/>
    <supplier_email>[email protected]</supplier_email>
    <supplier_website/>
  </supplier>  
  <supplier>  
    <supplier_id>4479</supplier_id>
    <supplier_name>JET SET GOURMET</supplier_name>
    <supplier_type>Caterer - private</supplier_type>
    <supplier_telephone>+961 1 382834</supplier_telephone>
    <supplier_telephone_2/>
    <supplier_fax>+961 1 628261</supplier_fax>
    <supplier_fax_2/>
    <supplier_frequency/>
    <supplier_toll_free/>
    <supplier_tel_after_hours>+961 3 657879</supplier_tel_after_hours>
    <supplier_mobile>+961 1 628261</supplier_mobile>
    <supplier_SITA/>
    <supplier_AFS/>
    <supplier_email>[email protected]</supplier_email>
    <supplier_website>www.jetsetgourmet.com</supplier_website>
  </supplier>  
  <supplier>  
    <supplier_id>7419</supplier_id>
    <supplier_name>NAKHAL & CIE</supplier_name>
    <supplier_type>Limousine</supplier_type>
    <supplier_telephone>+961 1 389389</supplier_telephone>
    <supplier_telephone_2/>
    <supplier_fax/>
    <supplier_fax_2/>
    <supplier_frequency/>
    <supplier_toll_free/>
    <supplier_tel_after_hours/>
    <supplier_mobile/>
    <supplier_SITA/>
    <supplier_AFS/>
    <supplier_email>[email protected]</supplier_email>
    <supplier_website/>
  </supplier>  
  <supplier>  
    <supplier_id>7040</supplier_id>
    <supplier_name>AVIS</supplier_name>
    <supplier_type>Car Hire</supplier_type>
    <supplier_telephone>+961 1 629890</supplier_telephone>
    <supplier_telephone_2/>
    <supplier_fax/>
    <supplier_fax_2/>
    <supplier_frequency/>
    <supplier_toll_free/>
    <supplier_tel_after_hours/>
    <supplier_mobile>+961 3 657879<supplier_mobile/>
    <supplier_SITA/>
    <supplier_AFS/>
    <supplier_email/>
    <supplier_website>www.avis.com</supplier_website>
  </supplier>  
</suppliers>    
/handlers/{handler_id}
Returns full detail of services offered, payment options and contact addresses for a specific handler ID. Level 4 access only.
When entering the web address, please replace "XXXXXXXXXXXX" with your API key.
https://api.airportdata.com/handlers/6897?apikey=XXXXXXXXXXXX
https://api.airportdata.com/handlers/6897?apikey=XXXXXXXXXXXX&format=xml
Method
GET – retrieves full service details, facilities, physical address, fuel and payment options for a specific Ground Handler ID. This call is restricted to Level 4 users.
Query Parameters
Parameter Value Description
ground_handler_id Integer (mandatory) Integer Ground Handler ID
Response
JSON
{      
  "handler" : {    
    "handler_id" : 6897,  
    "handler_name" : "ODYSSEY AVIATION",  
    "handler_type" : "FBO",  
    "handler_telephone" : "+1 242 702 0200",  
    "handler_telephone_2" : "+1 877 865 4101",  
    "handler_frequency" : "130.9",  
    "tel_after_hours" : "+1 242 702 0200",  
    "tel_mobile" : null,  
    "tel_toll_free" : null,  
    "fax" : "+1 242 362 0006",  
    "fax_2" : null,  
    "fuel_brand" : "RUBIS",  
    "fuel_brand2" : null,  
    "services" : [,  
   
           "Customs Liaison",
"Documentation",
"Flight Planning",
"Immigration Liaison",
"Charter Service",
"Company Facility",
"Concierge Service",
"Conference Room",
"Pilots Lounge",
"Refreshments",
"Showers",
"Snooze Rooms",
"Dangerous Goods Handling",
"Livestock Handling",
"Avgas 100LL",
"Jet A",
"Admin and Ops Services",
"Business/GA Handling",
"Flight Support Services",
"Fuel Services",
"Passenger Services",
"Ramp Services",
"Baggage Handling",
"Crew Transportation",
"Passenger Boarding",
"Passenger Check-In",
"Passenger Lounge",
"Passenger Services",
"Security Screening",
"Aircraft Cleaning, Internal",
"GPU",
"Hangarage",
"Nitrogen",
"Oxygen",
"Toilet Service"
 
    ],  
    "payments" : [,  
   
           "Ascend (Air Routing)",
"American Express",
"AvCard",
"AvFuel",
"Colt",
"MasterCard",
"Multi Service",
"US Government",
"UVair",
"Visa",
"World Fuel Services"
 
    ],  
    "fuel_supply" : "Own Service",  
    "hours" : "H24",  
    "h24_call_out" : 0,  
    "largest_aircraft" : "B747",  
    "pre_advisal" : "Outside Office Hours",  
    "location_on_field" : "SW",  
    "latitude" : "25.0428665",  
    "longitude" : "-77.4589241",  
    "address_1" : "Lynden Pindling International Airport",  
    "address_2" : "Coral Harbor Road",  
    "city" : "Nassau",  
    "state" : "New Providence",  
    "postcode" : null,  
    "country_name" : "BAHAMAS",  
    "email" : "[email protected]",  
    "website" : "www.odysseyfsp.com",  
    "aftn" : null,  
    "sita" : null,  
    "handler_contact_job_title" : "General Manager",  
    "handler_contact_str1" : "Lynden Pindling International Airport",  
    "handler_contact_str2" : "PO Box AP-59248, Coral Harbor Road",  
    "handler_contact_city" : "Nassau",  
    "handler_contact_state" : "New Providence",  
    "handler_contact_zip" : null,  
    "handler_contact_country" : "BAHAMAS",  
    "handler_contact_tel" : "+1 242 702 0224",  
    "handler_contact_email" : "[email protected]"  
}  
}      
XML
<handler>    
  <handler_id>6897</handler_id>  
  <handler_name>ODYSSEY AVIATION</handler_name>  
  <handler_type>FBO</handler_type>  
  <handler_telephone>+1 242 702 0200</handler_telephone>  
  <handler_telephone_2>+1 877 865 4101</handler_telephone_2>  
  <handler_frequency>130.9</handler_frequency>  
  <tel_after_hours>+1 242 702 0200</tel_after_hours>  
  <tel_toll_free/>  
  <fax>+1 242 362 0006</fax>  
  <fax_2/>  
  <fuel_brand>RUBIS</fuel_brand>  
  <fuel_brand2/>  
  <services>  
 
           <service>Customs Liaison</service>
<service>Documentation</service>
<service>Flight Planning</service>
<service>Immigration Liaison</service>
<service>Charter Service</service>
<service>Company Facility</service>
<service>Concierge Service</service>
<service>Conference Room</service>
<service>Pilots Lounge</service>
<service>Refreshments</service>
<service>Showers</service>
<service>Snooze Rooms</service>
<service>Dangerous Goods Handling</service>
<service>Livestock Handling</service>
<service>Avgas 100LL</service>
<service>Jet A</service>
<service>Admin and Ops Services</service>
<service>Business/GA Handling</service>
<service>Flight Support Services</service>
<service>Fuel Services</service>
<service>Passenger Services</service>
<service>Ramp Services</service>
<service>Baggage Handling</service>
<service>Crew Transportation</service>
<service>Passenger Boarding</service>
<service>Passenger Check-In</service>
<service>Passenger Lounge</service>
<service>Passenger Services</service>
<service>Security Screening</service>
<service>Aircraft Cleaning, Internal</service>
<service>GPU</service>
<service>Hangarage</service>
<service>Nitrogen</service>
<service>Oxygen</service>
<service>Toilet Service</service>
 
  <services/>  
  <payments>  
 
<payment>Ascend (Air Routing)</payment>
<payment>AvCard</payment>
<payment>AvFuel</payment>
<payment>Colt</payment>
<payment>MasterCard</payment>
<payment>Multi Service</payment>
<payment>US Government</payment>
<payment>UVair</payment>
<payment>Visa</payment>
<payment>World Fuel Services</payment>
 
  </payments>  
  <fuel_supply>Own Service<fuel_supply/>  
  <hours>H24</hours>  
  <h24_call_out>False</h24_call_out>  
  <largest_aircraft>B747</largest_aircraft>  
  <pre_advisal>Outside Office Hours</pre_advisal>  
  <location_on_field>SW</location_on_field>  
  <latitude>25.0428665</latitude>  
  <longitude>-77.4589241</longitude>  
  <address_1>Lynden Pindling International Airport</address_1>  
  <address_2>Coral Harbor Road</address_2>  
  <city>Nassau</city>  
  <state>New Providence</state>  
  <postcode/>  
  <country_name>BAHAMAS</country_name>  
  <email>[email protected]</email>  
  <website>www.odysseyfsp.com</website>  
  <aftn/>  
  <sita/>  
  <handler_contact_job_title>General Manager<handler_contact_job_title/>  
  <handler_contact_str1>Lynden Pindling International Airport<handler_contact_str1/>  
  <handler_contact_str2>PO Box AP-59248, Coral Harbor Road<handler_contact_str2/>  
  <handler_contact_city>Nassau<handler_contact_city/>  
  <handler_contact_state>New Providencer<handler_contact_state/>  
  <handler_contact_job_title>General Manager<handler_contact_job_title/>  
  <handler_contact_zip/>  
  <handler_contact_country>BAHAMAS<handler_contact_country/>  
  <handler_contact_tel>+1 242 702 0224<handler_contact_tel/>  
  <handler_contact_email>[email protected]<handler_contact_email/>  
</handler>    
/hotels
Returns Hotel listing information for a specific airport ID. Level 4 access only; same fields as for Level 2.
When entering the web address, please replace "XXXXXXXXXXXX" with your API key.
https://api.airportdata.com/hotels?apikey=XXXXXXXXXXXX&airport_id=697
https://api.airportdata.com/hotels?apikey=XXXXXXXXXXXX&airport_id=697&format=xml
Method
GET – retrieves hotels local to a specific airport ID, restricted to Level 2 and 4 access only.
Query Parameters
Parameter Value Description
airport_id Integer (mandatory) Integer Airport ID
Response
JSON
{      
  "hotels" : [    
  {    
    "hotel_id" : 2953,  
    "hotel_name" : "Crowne Plaza Heathrow",  
    "tel" : "+44 870 942 9140",  
    "fax" : "+44 1895 867790",  
    "email" : "[email protected]",  
    "website" : "www.crowneplaza.com/lon-heathrow",  
    "toll_free_tel" : null,  
    "address" : "Stockley Road",  
    "city" : "West Drayton",  
    "state" : null,  
    "zip" : "UB7 9NA",  
    "country_name" : "UNITED KINGDOM",  
    "rooms" : 465,  
    "price" : "$140-320",  
    "time_from_airport" : "10 Min"  
  },    
  {    
    "hotel_id" : 5134,  
    "hotel_name" : "DoubleTree Heathrow",  
    "tel" : "+44 20 8564 4450",  
    "fax" : "+44 20 8897 7014",  
    "email" : null,  
    "website" : "doubletree3.hilton.com/en/index.html",  
    "toll_free_tel" : null,  
    "address" : "745 Bath Road",  
    "city" : "Hounslow",  
    "state" : null,  
    "zip" : "TW5 9QE",  
    "country_name" : "UNITED KINGDOM",  
    "rooms" : 200,  
    "price" : "$105-155",  
    "time_from_airport" : "10 Min"  
  }    
  ]    
}      
XML
<hotels>    
  <hotel>  
    <hotel_id>2953</hotel_id>
    <hotel_name>Crowne Plaza Heathrow</hotel_name>
    <tel>+44 870 942 9140</tel>
    <fax>+44 1895 867790</fax>
    <email>[email protected]</email>
    <website>www.crowneplaza.com/lon-heathrow</website>
    <toll_free_tel/>
    <address>Stockley Road</address>
    <city>West Drayton</city>
    <state/>
    <zip>UB7 9NA</zip>
    <country_name>UNITED KINGDOM</country_name>
    <rooms>465</rooms>
    <price>$140-320</price>
    <time_from_airport>10 Min</time_from_airport>
  </hotel>  
  <hotel>  
    <hotel_id>5134</hotel_id>
    <hotel_name>DoubleTree Heathrow</hotel_name>
    <tel>+44 20 8564 4450</tel>
    <fax>+44 20 8897 7014</fax>
    <email/>
    <website>doubletree3.hilton.com/en/index.html</website>
    <toll_free_tel/>
    <address>745 Bath Road</address>
    <city>Hounslow</city>
    <state/>
    <zip>TW5 9QE</zip>
    <country_name>UNITED KINGDOM</country_name>
    <rooms>200</rooms>
    <price>$105-155</price>
    <time_from_airport>10 Min</time_from_airport>
  </hotel>  
</hotels>    
/clearances/{country_id}
Returns flight clearance contacts and information, a general overview of aviation regulations and advice for a specific country. Level 4 access only; same fields as for Level 2.
When entering the web address, please replace "XXXXXXXXXXXX" with your API key.
https://api.airportdata.com/clearances/239?apikey=XXXXXXXXXXXX
https://api.airportdata.com/clearances/239?apikey=XXXXXXXXXXXX&format=xml
Method
GET – retrieves flight clearance details for a specific country ID. [Level 2 data fields indicated in red.]
Query Parameters
Parameter Value Description
country_id integer (mandatory) Integer Country ID
Response
JSON
{
"clearances": [
{
"country_name" : "Yemen",
"country_tel_code" : "967",
"currency" : "Yemeni Rial ( YER )",
"currency_code" : "YER",
"time_zone" : "UTC +3, no DST.",
"visa_info" : "Tourist visas are available on arrival to EU citizens only - other nationalities must have obtained their visa prior to departure. This facility may have been withdrawn - please check. Will be denied entry if passport shows evidence of entry into Israel.",
"aircraft_documentation" : "4 Gen Decs are required on arrival & at departure.",
"WGS84" : "Co-ordinates issued by authorities for use in aeronautical navigation only partially conform to WGS-84 - check charts carefully.",
"general_clearance_info" : "All flight operations require prior permission. Overflight permits can only be obtained through the services of a local agent (guaranteeing that the authorities are paid their charges) and will take at least 2 days to secure. Landing permits do not, as such, require the services of a local agent. You should still have one act on your behalf. These should take 3 days to process. The authorities will check that the Arab League has no restrictions imposed on you, you aircraft type, your company or your country of registration. Only when cleared will you...",
"general_clearance_contacts" : "Directorate General of Air Transport, CAMA, Tel +967 1 274712, ...Fax +967 1 274126,...AFS OYHQYAYX, ...SITA SAH11IY, ...e-mail [email protected], ... Landing Permits: as above plus e-mail [email protected], AFS OYHQYFYX...",
"airports_of_entry" : "OYAA Aden, OYGD Al-Ghaidah, OYHD Hodeidah~72 hrs PNR...",
"comments" : "CAUTION: Current advisories recommend that all foreigners should leave the country and the US State Department evacuated its US staff in February, 2015. With a population of some 20 million and the highest ratio of firearms to population in the world, it is remarkable that, since its unification in 1990, it has peacefully helf three Parliamentary elections. But there are issues: Al Qaeda has strong roots here. The intermittent problems in the north erupted into full-scale fighting and is ongoing... Acts of terrorism have continued both in Sana'a and elsewhere... Politically, the country is in transition. Monitor advisories carefully...",
"application_format" : "A. Name of operator. B Type and registration of aircraft. C. Date/timeof arrival in/departure from Yemen. D. Embakration point of passengers. E. Purpose of flight, number of passengers and cargo details, if any.",
"general_info_last_edited" : "5/10/2016 6:34:03 AM",
}
XML
>
<clearances>
<clearance>
<country_name>Yemen</country_name>
<country_tel_code>967</country_tel_code>
<currency>Yemeni Rial (YER )</currency>
<currency_code>YER</iata>
<time_zone>UTC +3, no DST.</time_zone>
<visa_info>Tourist visas are available on arrival to EU citizens only - other nationalities must have obtained their visa prior to departure. This facility may have been withdrawn - please check. Will be denied entry if passport shows evidence of entry into Israel.</visa_info>
<aircraft_documentation>4 Gen Decs are required on arrival & at departure.</aircraft_documentation>
<WGS84>Co-ordinates issued by authorities for use in aeronautical navigation only partially conform to WGS-84 - check charts carefully.</WGS84>
<general_clearance_info>All flight operations require prior permission. Overflight permits can only be obtained through the services of a local agent (guaranteeing that the authorities are paid their charges) and will take at least 2 days to secure. Landing permits do not, as such, require the services of a local agent. You should still have one act on your behalf. These should take 3 days to process. The authorities will check that the Arab League has no restrictions imposed on you, you aircraft type, your company or your country of registration. Only when cleared will you...</general_clearance_info>
<general_clearance_contacts>Directorate General of Air Transport, CAMA, Tel +967 1 274712, ...Fax +967 1 274126,...AFS OYHQYAYX, ...SITA SAH11IY, ...e-mail [email protected], ... Landing Permits: as above plus e-mail [email protected], AFS OYHQYFYX...</general_clearance_contacts>
<airports_of_entry>OYAA Aden, OYGD Al-Ghaidah, OYHD Hodeidah~72 hrs PNR...</airports_of_entry>
<comments>CAUTION: Current advisories recommend that all foreigners should leave the country and the US State Department evacuated its US staff in February, 2015. With a population of some 20 million and the highest ratio of firearms to population in the world, it is remarkable that, since its unification in 1990, it has peacefully helf three Parliamentary elections. But there are issues: Al Qaeda has strong roots here. The intermittent problems in the north erupted into full-scale fighting and is ongoing... Acts of terrorism have continued both in Sana'a and elsewhere... Politically, the country is in transition. Monitor advisories carefully...</comments>
<application_format>A. Name of operator. B Type and registration of aircraft. C. Date/timeof arrival in/departure from Yemen. D. Embakration point of passengers. E. Purpose of flight, number of passengers and cargo details, if any.</application_format>
<general_info_last_edited>5/10/2016 6:34:03 AM</general_info_last_edited>
</airport>
</airports>
/dst
Returns a list of all airports, if Daylight Savings Time is used, and if so, the details of dates used, and the current start/end dates and times. Level 4 access only; same fields as for Level 2.
When entering the web address, please replace "XXXXXXXXXXXX" with your API key.
https://api.airportdata.com/dst?apikey=XXXXXXXXXXXX
https://api.airportdata.com/dst?apikey=XXXXXXXXXXXX&format=xml
Method
GET – retrieves a list of all airports and gives details relevant to Daylight Savings Times, if used.
Response
JSON
{
"airports" : [
{
"airport_id" : 1
"icao" : "AGGA",
"iata" : "AKS",
"faa" : null,
"airport_name" : "Auki/Gwaunaru'u",
"time_zone" : null,
"daylight_savings_dates" : "None (No Daylight Savings Time observed)",
"dst_start_date" : null,
"dst_end_date" : null,
"dst_start_time" : null,
"dst_end_time" : null,
},
"airport_id" : 1672
"icao" : "KABQ",
"iata" : "ABQ",
"faa" : "ABQ",
"airport_name" : "Albuquerque/Sunport International",
"time_zone" : "-7.00",
"daylight_savings_dates" : "2nd Sun in Mar 0200L to 1st Sun in Nov 0200L",
"dst_start_date" : "13/03/2016",
"dst_end_date" : "06/11/2016",
"dst_start_time" : "0200L",
"dst_end_time" : "0200L",
},
"airport_id" : 5452
"icao" : "YPAD",
"iata" : "ADL",
"faa" : null,
"airport_name" : "Adelaide International",
"time_zone" : "9.50",
"daylight_savings_dates" : "1st Sun in Oct 0200L to 1st Sun in Apr 0300L",
"dst_start_date" : "02/10/2016",
"dst_end_date" : "02/04/2017",
"dst_start_time" : "0200L",
"dst_end_time" : "0300L",
},
XML
<airports>
<airport>
<airport_id>1</airport_id>
<icao>AGGA</icao>
<iata>AKS</iata>
<faa/>
<airport_name>Auki/Gwaunaru'u</airport_name>
<time_zone>11.00</time_zone>
<daylight_savings_dates>None (No Daylights Savings Time observed)</daylight_savings_dates>
<dst_start_date/>
<dst_end_date/>
<dst_start_time/>
<dst_end_time/>
</airport>
<airport>
<airport_id>1672</airport_id>
<icao>KABQ</icao>
<iata>ABQ</iata>
<faa>ABQ</faa>
<airport_name>Albuquerque/Sunport International</airport_name>
<time_zone>-7.00</time_zone>
<daylight_savings_dates>2ndSun in Mar 0200L to 1st Sun in Nov 0200L</daylight_savings_dates>
<dst_start_date>13/03/2016</dst_start_date>
<dst_end_date>06/11/2016<dst_end_date>
<dst_start_time>0200L<dst_start_time>
<dst_end_time>0200L<dst_end_time>
</airport>
<airport>
<airport_id>5452</airport_id>
<icao>YPAD</icao>
<iata>ADL</iata>
<faa/>
<airport_name>Adelaide International</airport_name>
<time_zone>-7.00</time_zone>
<daylight_savings_dates>1st Sun in Oct 0200L to 1 Sun in Apr 0300L</daylight_savings_dates>
<dst_start_date>02/10/2016</dst_start_date>
<dst_end_date>02/04/2017</dst_end_date>
<dst_start_time>0200L</dst_start_time>
<dst_end_time>0300L<dst_end_time>
</airport>
/uscustoms/{faa}
Returns list of Customs-related data for USA and territories for a specific FAA ID. Level 4 access only; same fields as for Level 2.
When entering the web address, please replace "XXXXXXXXXXXX" with your API key.
https://api.airportdata.com/uscustoms/jfk?apikey=XXXXXXXXXXXX
https://api.airportdata.com/uscustoms/jfk?apikey=XXXXXXXXXXXX&format=xml
Method
GET – retrieves Customs data for a specific airport in USA and territories. Level 2 and Level 4 access only; data fields indicated in red.
Query Parameters
Parameter Value Description
faa varchar (mandatory) Airport FAA ID
Response
JSON
{
"uscustoms" : [
{
"airport" : [
{
"airport_id" : 1953,
"icao" : "KJFK",
"iata" : "JFK",
"icao" : "JFK",
"city" : "New York",
"subdivision" : "New York",
"subdivision_abbreviation" : "NY",
"country" : "USA",
"airport_of_entry" : Yes",
"airport_of_entry_remark" : "Airline AOE. GA: Landing Rights Airport",
"customs" : 1,
"designated_international" : 0,
"landing_rights" : 1,
"user_fees" : 0,
"us_customs_preclearance" : 1
}
],
"restrictions" : [
{
"details" : "CUSTOMS GA LANDING RIGHTS AD PPR",
"telephone" : "+1 718 553 4628",
"tel_after_hous" : +1 800 9730 2867",
"fax" : "+1 718 487 5191",
"email" : null,
"website" : "www,cbp.gov",
"hours" : "H24",
"remarks" : "Min 2 hours PNR. Min 4 hours PNR for after hours service. Movements planned between 2300-0600L must be notified by 1700L on the previous day.",
}
],
"informations" : null
}
]
}
XML
<USCustoms>
<airport>
<airport_id>1953</airport_id>
<icao>KJFK</icao>
<iata>JFK</iata>
<faa>JFK</faa>
<city>New York</city>
<subdivision>New York</subdivision>
<subdivision_abbreviation>NY</subdivision_abbreviation>
<country>USA</country>
<airport_of_entry>Yes</airport_of_entry>
<airport_of_entry_remark>Airline AOE. GA: Landing Rights Airport.</airport_of_entry_remark>
<customs>True</customs>
<designated_international>False</designated_international>
<landing_rights>True</landing_rights>
<user_fees>False</user_fees>
<us_customs_preclearance>True</us_customs_preclearance>
</airport>

<restrictions>
<restriction>
<details>CUSTOMS GA LANDING RIGHTS AD PPR</details>
<telephone>+1 178 553 1648</telephone>
<tel_after_hours>+1 800 973 2867</tel_after_hours>
<fax>+1 718 487 5191</fax>
<email/>
<website>www.cbp.gov</website>
<hours>H24</hours>
<remarks>Min 2 hours PNR. Min 4 hours PNR for after hours service. Movements planned between 2300-0600L must be notified by 1700L on the previous day.</remarks>
</restriction>
</restrictions>
<informations> </informations>
 
 

 
 
Informa Markets Copyright © 2024. All rights reserved. Informa Markets, a trading division of Informa PLC.