top of page

Example API Request
<?xml version="1.0" encoding="UTF-8"?>
<OTA_NearestAirportRS Version="1.0">
<Success/>
<NearestAirports>
<Airport LocationCode="LHR" AirportName="London Heathrow Airport" Distance="22.5" DistanceUnit="km"/>
<Airport LocationCode="LGW" AirportName="London Gatwick Airport" Distance="45.1" DistanceUnit="km"/>
<Airport LocationCode="STN" AirportName="London Stansted Airport" Distance="58.3" DistanceUnit="km"/>
</NearestAirports>
</OTA_NearestAirportRS>
bottom of page
