SearchesItinerary
In all Flights Searches API requests, an itinerary filter {SearchesItinerary} is required.
Flights Searches itinerary filtering can be achieved using at least one of the four different parameters described below.
| Field | Description | Type | Examples |
|---|---|---|---|
| ⓝ origin_country | Filter by country of origin in ISO 3166-1 alpha-2 standard format (in lower case). | string | it |
| ⓝ destination_country | Filter by country of destination in ISO 3166-1 alpha-2 standard format (in lower case). | string | fr |
| ⓝ origin_city | Filter by city of origin in IATA code standard format (in lower case). | string | mil |
| ⓝ destination_city | Filter by city of destination in IATA code standard format (in lower case). | string | rom |