Skip to main content

JourneyCriteria

departure objectrequired
code stringrequired

IATA airport or city code

Example: DXB
type stringrequired

Whether the code represents an airport or a city

Possible values: [AIRPORT, CITY]

Example: AIRPORT
arrival objectrequired
code stringrequired

IATA airport or city code

Example: DXB
type stringrequired

Whether the code represents an airport or a city

Possible values: [AIRPORT, CITY]

Example: AIRPORT
departureDate daterequired

Local calendar date at the point of departure in YYYY-MM-DD format

Example: 2024-10-15
JourneyCriteria
{
"departure": {
"code": "DXB",
"type": "AIRPORT"
},
"arrival": {
"code": "DXB",
"type": "AIRPORT"
},
"departureDate": "2024-10-15"
}