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

Details - Levels 0, 1 & 2

Calls provide Airport, Ground Handler and Services details for all airports and listings used in the AC-U-KWIK (business aviation) data set.
Linked results pages indicate all data fields restricted to Level 2 access only.
For details of data/service descriptions and field properties, please click here.
/airports/{airport_id}
Returns airport detail for a specific airport ID. Level 0 access restricted to this call.
 
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 0 access only returns this call. Level 2 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",
    "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",
    "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>
    <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>
</communication>  
<communication>  
  <type>Clearance</type>
  <frequency>121.95</frequency>
</communication>  
<communication>  
  <type>Ground Control</type>
  <frequency>121.8</frequency>
</communication>  
<communication>  
  <type>Tower 1</type>
  <frequency>124.225</frequency>
</communication>  
<communication>  
  <type>Tower 2</type>
  <frequency>134.225</frequency>
</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>
    <Last_Edited>24/2/2014</Last_Edited>
  </airport>  
</airports>    

Note: fields ‘designated_international’, ‘landing_rights’ and ‘user_fees’ relate to general aviation flights to the USA (and territories) only
/restrictions
Returns list of restrictions applying for a specific airport ID.
 
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 2 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",
    "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
<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>    
/information
Returns list of informational notes and contacts for a specific airport ID.
 
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 2 data fields indicated in red]
Query Parameters
Parameter Value Description
airport_id integer (mandatory) Integer Airport ID
Response
JSON
{    
  "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,
  }  
  ]  
}    
XML
<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>    
/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 ground handlers, FBOs, supervisory agents, flight support organizations and fuel providers for a specific airport ID.
 
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, FBOs, Supervising Agents, Flight Support Organizations and Fuel providers for a specific airport ID. [Level 2 data fields indicated in red]
Query Parameters
Parameter Value Description
airport_id integer (mandatory) Integer Airport ID
Response
JSON
{    
  "handlers" : [  
  {  
    "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",
  }  
  ]  
}    
XML
<handlers>    
  <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_brand_2/>
    <fuel_supply>Own Service</fuel_supply>
    <location_on_field>NW</location_on_field>
  </handler>  
</handlers>    
/suppliers
Returns list of caterers, charter, limousine, protection and detailing providers (and car rental in the case of Level 2 access), for a specific airport ID.
 
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 Caterers, Charter, Limousine, Protection service providers for a specific airport ID, with the addition of Car Rental operators for Level 2. [Level 2 data fields indicated in red]
Query Parameters
Parameter Value Description
airport_id integer (mandatory) Integer Airport ID
Response
JSON
{    
  "suppliers" : [  
  {  
    "supplier_id" : 2713,
    "supplier_name" : "LEBANESE BEIRUT AIRPORT CATERING CO",
    "supplier_type" : "Caterer - airline",
    "supplier_telephone" : "+961 1629511",
    "supplier_fax" : "+961 1 629168",
    "supplier_frequency" : null,
    "supplier_toll_free" : null,
    "supplier_tel_after_hours" : 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_fax" : "+961 1 628261",
    "supplier_frequency" : null,
    "supplier_toll_free" : null,
    "supplier_tel_after_hours" : "+961 3 657879",
    "supplier_email" : "[email protected]",
    "supplier_website" : "www.jetsetgourmet.com",
  },  
  {  
    "supplier_id" : 7040,
    "supplier_name" : "AVIS",
    "supplier_type" : "Car Hire",
    "supplier_telephone" : "+961 1 629890",
    "supplier_fax" : null,
    "supplier_frequency" : null,
    "supplier_toll_free" : null,
    "supplier_tel_after_hours" : 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_fax>+961 1 629168</supplier_fax>
    <supplier_frequency/>
    <supplier_toll_free/>
    <supplier_tel_after_hours/>
    <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_fax>+961 1 628261</supplier_fax>
    <supplier_frequency/>
    <supplier_toll_free/>
    <supplier_tel_after_hours>+961 3 657879</supplier_tel_after_hours>
    <supplier_email>[email protected]</supplier_email>
    <supplier_website>www.jetsetgourmet.com</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_fax/>
    <supplier_frequency/>
    <supplier_toll_free/>
    <supplier_tel_after_hours/>
    <supplier_email/>
    <supplier_website>www.avis.com</supplier_website>
  </supplier>  
</suppliers>    
/airport_services
Returns all handlers and suppliers 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_services?apikey=XXXXXXXXXXXX&airport_id=3412
https://api.airportdata.com/airport_services?apikey=XXXXXXXXXXXX&airport_id=3412&format=xml
Method
GET – retrieves list of all services - ground handlers, FBOs, supervisory agents, flight support organizations, fuel providers, caterers, charter, limousine and protections services providers (plus car rental listings for Level 2) - for a specific airport ID.
Query Parameters
Parameter Value Description
airport_id Integer (mandatory) Integer Airport ID
Response
Combines data returned from /handlers and /suppliers with a single call. See JSON and XML responses for both. [Level 2 data fields indicated in red] Response
JSON
{    
  "airport_services" : {  
 
  "handlers" : [  
  {  
    "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",
  }  
  ],  
 
  "suppliers" : [  
  {  
    "supplier_id" : 2713,
    "supplier_name" : "LEBANESE BEIRUT AIRPORT CATERING CO",
    "supplier_type" : "Caterer - airline",
    "supplier_telephone" : "+961 1629511",
    "supplier_fax" : "+961 1 629168",
    "supplier_frequency" : null,
    "supplier_toll_free" : null,
    "supplier_tel_after_hours" : 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_fax" : "+961 1 628261",
    "supplier_frequency" : null,
    "supplier_toll_free" : null,
    "supplier_tel_after_hours" : "+961 3 657879",
    "supplier_email" : "[email protected]",
    "supplier_website" : "www.jetsetgourmet.com",
  },  
  {  
    "supplier_id" : 7040,
    "supplier_name" : "AVIS",
    "supplier_type" : "Car Hire",
    "supplier_telephone" : "+961 1 629890",
    "supplier_fax" : null,
    "supplier_frequency" : null,
    "supplier_toll_free" : null,
    "supplier_tel_after_hours" : null,
    "supplier_email" : null,
    "supplier_website" : "www.avis.com",
  }  
  ]  
}    
XML
<airport_services>  
 
<handlers>    
  <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_brand_2/>
    <fuel_supply>Own Service</fuel_supply>
    <location_on_field>NW</location_on_field>
  </handler>  
</handlers>    
 
<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_fax>+961 1 629168</supplier_fax>
    <supplier_frequency/>
    <supplier_toll_free/>
    <supplier_tel_after_hours/>
    <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_fax>+961 1 628261</supplier_fax>
    <supplier_frequency/>
    <supplier_toll_free/>
    <supplier_tel_after_hours>+961 3 657879</supplier_tel_after_hours>
    <supplier_email>[email protected]</supplier_email>
    <supplier_website>www.jetsetgourmet.com</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_fax/>
    <supplier_frequency/>
    <supplier_toll_free/>
    <supplier_tel_after_hours/>
    <supplier_email/>
    <supplier_website>www.avis.com</supplier_website>
  </supplier>  
</suppliers>    
</airport_services>  
/handlers/{handler_id}
Returns full detail of services offered, payment options and contacts for a specific handler ID. Level 2 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 2 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_frequency" : "130.9",
    "tel_after_hours" : "+1 242 702 0200",
    "tel_toll_free" : null,
    "fax" : "+1 242 362 0006",
    "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,
    "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
  }  
}    
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_frequency>130.9</handler_frequency>
  <tel_after_hours>+1 242 702 0200</tel_after_hours>
  <tel_toll_free/>
  <fax>+1 242 362 0006</fax>
  <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/>
  <fuel_supply>Own Service<fuel_supply/>
  <hours>H24</hours>
  <h24_call_out>False</h24_call_out>
  <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>  
/hotels
Returns Hotel listing information for a specific airport ID.
 
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 2 access only.
 
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 2 access only.
 
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" : "11.00",
    "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 2 access only.
 
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>  
/faa5010apt/{faa_id}
Returns airport details for a specific FAA ID, following the format of the FAA 5010 records. Level 2 access only.
 
When entering the web address, please replace "XXXXXXXXXXXX" with your API key.
https://api.airportdata.com/faa5010/teb?apikey=XXXXXXXXXXXX
https://api.airportdata.com/faa5010apt/teb?apikey=XXXXXXXXXXXX&format=xml
Method
GET – retrieves airport 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
{      
  "FAA5010Airport" : [{    
    "SiteNumber" : "14349.*A",  
    "FacilityType" : "AIRPORT",  
    "LocationID" : "TEB",  
    "InfoDate" : "05/26/2016",  
    "RegionCode" : "AEA",  
    "StateCode" : "NJ",  
    "StateName" : "NEW JERSEY",  
    "County" : "BERGEN",  
    "CountyState" : "NJ",  
    "City" : "TETERBORO",  
    "Facility" : "TETERBORO",  
    "OwnerType" : "PU",  
    "UseCode" : "PU",  
    "OwnerName" : "PORT AUTHORITY OF NY & NJ",  
    "OwnerAddress1" : "4 WORLD TRADE CENTER",  
    "OwnerAddress2" : "NEW YORK, NY 10006",  
    "OwnerPhone" : "212-435-3640",  
    "ManagerName" : "RENEE SPANN",  
    "ManagerAddress1" : "90 MOONACHIE AVE",  
    "ManagerAddress2" : "TETERBORO, NJ 07608",  
    "ManagerPhone" : "201-288-1775",  
    "RefPtLat" : "40-51-00.4000N",  
    "RefPtLatSec" : "147060.4000N",  
    "RefPtLng" : "074-03-39.0000W",  
    RefPtLngSec" : "266619.0000W",  
    "RefPtMethod" : "E",  
    "Elevation" : "8.4",  
    "ElevMethod" : "S",  
    "MagVarDir" : "12W",  
    "MagVarYear" : "1980",  
    "TrafAlt" : null,  
    "SectChart" : "NEW YORK",  
    "BusinessDist" : "01",  
    "BusinessDir" : "SW",  
    "LandArea" : "830",  
    "BoundARTCCID" : "ZNY",  
    "BoundARTCCComp" : "ZCN",  
    "BoundARTCCName" : "NEW YORK",  
    "RespARTCCID" : null,  
    "RespARTCCComp" : null,  
    "RespARTCCName" : null,  
    "TieInFSSOnSite" : null,  
    "TieInFSSID" : "MIV",  
    "TieInFSSName" : "MILLVILLE",  
    "TieInFSSPhone" : null,  
    "TieInFSSTollFree" : "1-800-WX-BRIEF",  
    "AltFSSID" : null,  
    "AltFSSName" : null,  
    "AltFSSTollFree" : null,  
    "NOTAMFacil" : "TEB",  
    "NOTAMD" : "Y",  
    "Activation" : "01/1947",  
    "StatusCode" : "O",  
    "Certification" : "IV A U 12/1973",  
    "Agreements" : "NGYH",  
    "AirAnalysis" : "NO OBJECTION",  
    "PortOfEntry" : "N",  
    "CustomsLanding" : "Y",  
    "MilitaryUse" : "N",  
    "MilitaryLanding" : "Y",  
    "InspMethod" : "F",  
    "InspAgency" : "F",  
    "InspLastDate" : "02012016",  
    "ReqLastDate" : null,  
    "FuelAvailable" : "100LLA",  
    "FrameReprAvail" : "MAJOR",  
    "EngineReprAvail" : "A U 1",  
    "BottleO2Avail" : "HIGH/LOW",  
    "BulkO2Avail" : "HIGH/LOW",  
    "LightSched" : "SS-SR",  
    "BeaconLightingSchedule" : "SS-SR",  
    "TowerOnsite" : "Y",  
    "UNICOM" : null,  
    "CTAF" : null,  
    "CircleMarkers" : "N",  
    "BeaconColor" : "CG",  
    "LandingFee" : "Y",  
    "MedicalUse" : null,  
    "BasedSnglProp" : "009",  
    "BasedMultiProp" : "002",  
    "BasedJet" : "099",  
    "BasedHeli" : "012",  
    "BasedGlider" : null,  
    "BasedMilitary" : null,  
    "BasedUltralgt" : null,  
    "CommercialOps" : "000058",  
    "CommuterOps" : null,  
    "AirTaxiOps" : "071235",  
    "LocalOps" : "000001",  
    "ItinerantOps" : "100970",  
    "MilitaryOps" : "000602",  
    "OpsEndDate" : "12/31/2015",  
    "PosSrc" : "3RD PARTY SURVEY",  
    "PosSrcDate" : "07/25/2012",  
    "ElevSrc" : "3RD PARTY SURVEY",  
    "ElevSrcDate" : "07/25/2012",  
    "ContractFuel" : null,  
    "TransientStorage" : "HGR,TIE",  
    "OtherSvcs" : "AVNCS,CARGO,CHTR,SALES",  
    "WindInd" : "Y-L",  
    "ICAO" : "KTEB",  
    "FAA5010Runways" : [  
    {  
      "SiteNumber" : "14349.*A",
      "StateCode" : "NJ",
      "RunwayID" : "01/19",
      "PhysLength" : "7000",
      "PhysWidth" : "150",
      "SurfType" : "ASPH-G",
      "SurfTreatment" : "GRVD",
      "PCN" : "35 /F/C/X/T",
      "EdgeIntensity" : "HIGH",
      "BaseEndID" : "01",
      "BaseAlign" : "003",
      "BaseILS" : null,
      "BaseRHTraf" : "N",
      "BaseMarkType" : "PIR",
      "BaseMarkCond" : "G",
      "BaseEndLat" : "40-50-19.2556N",
      "BaseEndLatSec" : "147019.2556N",
      "BaseEndLng" : "074-03-37.3336W",
      "BaseEndLngSec" : "266617.3336W",
      "BaseEndElev" : "8.4",
      "BaseThrshXHgt" : "59",
      "BaseVsGldPathAng" : "3.46",
      "BaseThrshLat" : "40-50-26.8569N",
      "BaseThrshLatSec" : "147026.8569N",
      "BaseThrshLng" : "074-03-36.7721W",
      "BaseThrshLngSec" : "266616.7721W",
      "BaseThrshElev" : "8.4",
      "BaseThrshLen" : "771",
      "BaseVsGldSlpInd" : "V4R",
      "BaseRVR" : null,
      "BaseRVV" : null,
      "BaseAppLgtSys" : null,
      "BaseREILAvail" : "Y",
      "BaseCLLgtAvail" : "Y",
      "BaseTDLgtAvail" : null,
      "BaseCODesc" : "TREE",
      "BaseCOMarkLgt" : null,
      "BaseCFR77" : "B(V)",
      "BaseCOSlp" : "7",
      "BaseCOHgt" : "88",
      "BaseCODist" : "802",
      "BaseCOOff" : "524L",
      "RecpEndID" : "19",
      "RecpAlign" : "183",
      "RecpILS" : "ILS/DME",
      "RecpRHTraf" : "N",
      "RecpMarkType" : "PIR",
      "RecpMarkCond" : "G",
      "RecpEndLat" : "40-51-28.2827N",
      "RecpEndLatSec" : "147088.2827N",
      "RecpEndLng" : "074-03-32.2422W",
      "RecpEndLngSec" : "266612.2422W",
      "RecpEndElev" : "(V) 7",
      "RecpThrshXHgt" : "57",
      "RecpVsGldPathAng" : "3.00",
      "RecpThrshLat" : "40-51-20.6864N",
      "RecpThrshLatSec" : "147080.6864N",
      "RecpThrshLng" : "074-03-32.8026W",
      "RecpThrshLngSec" : "266612.8026W",
      "RecpThrshElev" : "5.6",
      "RecpThrshLen" : "770",
      "RecpTDZoneElev" : "6.1",
      "RecpVsGldSlpInd" : "P4L",
      "RecpRVR" : null,
      "RecpRVV" : null,
      "RecpAppLgtSys" : null,
      "RecpREILAvail" : "Y",
      "RecpCLLgtAvail" : "Y",
      "RecpTDLgtAvail" : "Y",
      "RecpCODesc" : "BLDG",
      "RecpCOMarkLgt" : "L",
      "RecpCFR77" : "PIR",
      "RecpCOSlp" : "34",
      "RecpCOHgt" : "263",
      "RecpCODist" : "9256",
      "RecpCOOff" : "319L",
      "LengthSrc" : "OWNER",
      "LengthSrcDate" : "10/22/2013",
      "WgtCapSingle" : "50.0",
      "WgtCapDual" : "100.0",
      "WgtCapDualTand" : null,
      "WgtCapDblDual" : null,
      "BaseEndGrad" : "0.1",
      "BaseEndGradDir" : null,
      "BaseEndPosSrc" : "3RD PARTY SURVEY",
      "BaseEndPosSrcDate" : "07/25/2012",
      "BaseEndElevSrc" : "3RD PARTY SURVEY",
      "BaseEndElevSrcDate" : "07/25/2012",
      "BaseThrshPosSrc" : "3RD PARTY SURVEY",
      "BaseThrshPosSrcDate" : "07/25/2012",
      BaseThrshElevSrc" : "3RD PARTY SURVEY",
      "BaseThrshElevSrcDate" : "07/25/2012",
      "BaseTDZoneElevSrc" : "3RD PARTY SURVEY",
      "BaseTDZoneElevSrcDate" : null,
      "BaseTORA" : "7000",
      "BaseTODA" : "7000",
      "BaseASDA" : "6932",
      "BaseLDA" : "6161",
      "BaseLAHSO" : "4550",
      "BaseHSPID" : "06/24",
      "BaseHSPDesc" : null,
      "BaseHSPLat" : "40-51-11.7492N",
      "BaseHSPLatSec" : "147071.7492N",
      "BaseHSPLng" : "074-03-33.4651W",
      "BaseHSPLngSec" : "266613.4651W",
      "BaseHSPPosSrc" : "FAA-EST",
      "BaseHSPPosSrcDate" : "07/16/2007",
      "RecpEndGrad" : "0.1",
      "RecpEndGradDir" : null,
      "RecpEndPosSrc" : "3RD PARTY SURVEY",
      "RecpEndPosSrcDate" : "07/25/2012",
      "RecpEndElevSrc" : "3RD PARTY SURVEY",
      "RecpEndElevSrcDate" : "07/25/2012",
      "RecpThrshPosSrc" : "FAA-EST",
      "RecpThrshPosSrcDate" : "12/20/2013",
      "RecpThrshElevSrc" : "OWNER",
      "RecpThrshElevSrcDate" : "02/18/2014",
      "RecpTDZoneElevSrc" : "3RD PARTY SURVEY",
      "RecpTDZoneElevSrcDate" : "07/25/2012",
      "RecpTORA" : "7000",
      "RecpTODA" : "7000",
      "RecpASDA" : "7000",
      "RecpLDA" : "6230",
      "RecpLAHSO" : null,
      "RecpHSPID" : null,
      "RecpHSPDesc" : null,
      "RecpHSPLat" : null,
      "RecpHSPLatSec" : null,
      "RecpHSPLng" : null,
      "RecpHSPLngSec" : null,
      "RecpHSPPosSrc" : null,
      "RecpHSPPosSrcDate" : null,
      "TypeofAircraftArrestingDevice" : "EMAS"
    }],  
    "FAA5010Remarks" : [  
      "SiteNumber" : "14349.*A",
      "StateCode" : "NJ",
      "RemarkDesc" : "A110-1",
      "RemarkText" : "CLSD TO MOTORLESS ACFT - UNCTLD ACFT & ULTRALIGHT ACTIVITY EXCEP BY PRIOR PERMISSION."
    },  
    {  
      "SiteNumber" : "14349.*A",
      "StateCode" : "NJ",
      "RemarkDesc" : "A110-10",
      "RemarkText" : "ACFT CAPABLE OF OPERATING ABV 100,000 POUNDS MUST SUBMIT CERTIFICATION TO AMGR VERIFYING AIRCRAFT OPERATING WEIGHT IS LESS THAN 100,000 LBS. CONTACT AIRPORT OPERATIONS AT 201-288-1775 FOR FORMS."
    }],  
    "FAA5010Attendances" : [  
    {  
      "SiteNumber" : "14349.*A",
      "StateCode" : "NJ",
      "AttendanceSched" : "ALL/ALL/ALL"
    }]  
  }]    
}      

 

 
 

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