Popular Flight Routes
aviasales.flights.popularGet popular flight routes from a departure city by IATA code. Prices display in your chosen currency.
Instructions
Get popular flight routes from an origin
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| origin | Yes | Departure city IATA code (e.g. MOW, NYC, LON) | |
| currency | No | Currency code for prices (default usd) |
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. |