SearchesTimeframes
In all Flights Searches API requests, a timeframe filter {SearchesTimeframes} is required.
Flights Searches timeframe filtering can be achieved using at least one of the two different Query Parameter sets described below.
| Name | Description | Type |
|---|---|---|
| {SearchTimeframe} | Filter by search timeframe. | SearchTimeframe |
| {DepartureTimeframe} | Filter by departure timeframe. | DepartureTimeframe |
SearchTimeframe
Timeframe that filters flight searches by search date.
| Field | Description | Type | Examples |
|---|---|---|---|
| *search_from | Start date of search timeframe. | date | 2022-01-01 |
| *search_to | End date of search timeframe. | date | 2022-03-31 |
DepartureTimeframe
Timeframe that filters flight searches by departure date.
| Field | Description | Type | Examples |
|---|---|---|---|
| *departure_from | Start date of departure timeframe. | date | 2022-01-01 |
| *departure_to | End date of departure timeframe. | date | 2022-03-31 |