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
Key | Datatype | Required | Description |
---|---|---|---|
airlineCode | string | Airline code following IATA standard | |
max | number | Maximum number of destinations in the response. |
|