skiplagged_sk_flex_departure_calendar
[skiplagged] Generate a flexible calendar of the lowest one-way fares around a chosen departure, returning date → cheapest-price entries to help pick the best day to fly. Intended for flexible-date price discovery, not exact itinerary selection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort results chronologically or by lowest price first | date |
| adults | No | Number of adult passengers (default: 1, max: 9) | |
| origin | Yes | Departure city name or IATA code (will be resolved to IATA code automatically) | |
| children | No | Number of child passengers (default: 0, max: 8) | |
| infantsLap | No | Number of lap infants (default: 0, max: 4) | |
| returnDate | No | Return date for matching trip length (optional, YYYY-MM-DD format) | |
| destination | Yes | Arrival city name or IATA code (will be resolved to IATA code automatically) | |
| infantsSeat | No | Number of seat infants (default: 0, max: 4) | |
| departureDate | Yes | Preferred departure date (YYYY-MM-DD format) |