Cheapest destinations from one city
list_routes_fromReturns destinations reachable from one origin, sorted cheapest first. Use when the user asks where they can fly cheaply from a city, or wants inspiration rather than one specific pair. One call replaces dozens of page fetches. Prices are cached snapshots.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | Yes | Origin city. Uppercase IATA city code such as LON. | |
| limit | No | How many destinations to return, 1-200. Default 40. |