Get Cheapest Flight Dates
get_cheapest_flight_datesFor a known origin and destination, get the cheapest fare for each departure date in a date window. Prices are cached fares in AUD from I Want That Flight (I Know The Pilot's sister flight-search site) - refreshed regularly and indicative, not live availability. Always present the travel dates alongside prices. Use this for 'cheapest flights from Sydney to Bali in September' queries; use search_deals for curated editorial deals.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| origin | Yes | 3-letter IATA origin airport code (e.g. 'SYD', 'MEL') | |
| round_trip | No | True for return fares (default), false for one-way | |
| cabin_class | No | Cabin class | economy |
| destination | Yes | Destination airport code, city name, or country name (e.g. 'DPS', 'Bali', 'Japan') | |
| depart_date_to | Yes | End of the departure window (YYYY-MM-DD) | |
| depart_date_from | Yes | Start of the departure window (YYYY-MM-DD) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| total | No | Number of results returned | |
| origin | No | Origin airport code (present when an origin was specified) | |
| message | No | Optional message about the results | |
| results | No | ||
| currency | No | Currency code (always AUD) | |
| destination_airports | No | Airport codes the destination resolved to |