top of page

Example API Request
<?xml version="1.0" encoding="UTF-8"?>
<OTA_AirportRS Version="1.0">
<Success/>
<AirportInfo>
<Airport LocationCode="LHR" AirportName="London Heathrow Airport"/>
<City CityCode="LON" CityName="London"/>
<Country CountryCode="GB" CountryName="United Kingdom"/>
<Airlines>
<Airline Code="BA" Name="British Airways" Alliance="OneWorld"/>
<Airline Code="VS" Name="Virgin Atlantic" Alliance="SkyTeam"/>
</Airlines>
</AirportInfo>
</OTA_AirportRS>
bottom of page
