Get Route Monthly Prices
get_route_monthly_pricesReturns monthly prices and an interactive Flaut.Travel price chart for a city-to-city route. The attached component is the complete and authoritative visualization: do not create another chart or table from the returned data. After the component, provide only a brief textual takeaway. Each month contains the cheapest one-way ticket found in recent user searches; null means no data for that month.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locale | Yes | Language of the user's current request. Always set it explicitly to localize the complete widget. | |
| originCode | Yes | Three-letter city IATA code for the route origin. If you do not know the city code, call resolve_city_iata_code first. | |
| currencyCode | No | Supported ISO 4217 currency code. Use one of the enum values. | EUR |
| destinationCode | Yes | Three-letter city IATA code for the route destination. If you do not know the city code, call resolve_city_iata_code first. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locale | Yes | ||
| months | Yes | Twelve monthly price points starting with the current month. Null price means no cached user-found data for that departure month. | |
| originCode | Yes | ||
| originSlug | No | ||
| currencyCode | Yes | ||
| destinationCode | Yes | ||
| destinationSlug | No |