User Tools

Site Tools


autosuggestv2:airportsearchbyiata

Table of Contents

General information

Request “airportSearchByIata” - search airport by IATA code.

Inquiry

Parameters:

Element nameAttributeDescription
type-request type
iata-IATA code
<?xml version="1.0"?>
<mds>
  <auth>
    <login>LOGIN</login>
    <pass>PASSWORD</pass>
  </auth>
  <request>
     <type>citySearchByCoords</type>
     <conditions>
       <iata>FRA</iata>
     </conditions>
   </request>
</mds> 

Answer

Parameters:

Element nameAttributeDescription
itemIATAcodeAirport IATA code
itemIATAgroupAirport group code, when airport is assigned to a group
itemairportCityCity
itemcountryNameCountry
itemcountryISOCountry ISO code
itemairportNameAirport name
itemlatLatitude
itemlngLongitude
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<response>
  <item IATAcode="FRA" IATAgroup="FRA" airportCity="Frankfurt" countryName="Germany" countryISO="DE" airportName="Intl" lat="50.038500" lng="8.559160"/>
</response>
autosuggestv2/airportsearchbyiata.txt · Last modified: 2014/09/29 14:45 by zbyszekb