Get Airport Routes
amadeus.airports.routesRetrieve all direct flight destinations from an airport by providing its IATA code. Returns a list of airports with non-stop routes.
Instructions
Get all direct flight destinations from an airport (Amadeus)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| airport_code | Yes | Airport IATA code (e.g. JFK, LAX) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |