Airline Routes

GET https://test.api.amadeus.com/v1/airline/destinations?airlineCode=AF&max=2

The Amadeus Airline Routes API helps you find all destinations served by a given airline. Provide the IATA code of an airline and the API will retrieve a list of all destination cities along with their names and IATA codes.

This API answers the question:

What destinations are served by this airline?

Request Params

KeyDatatypeRequiredDescription
airlineCodestringAirline code following IATA standard
maxnumberMaximum number of destinations in the response.

|