Search

Search for flights

POST /flight/availability

Use this API to search for available flights based on specified criteria.

Headers

Name
Value

Content-Type*

application/json

VOLZ-API-KEY*

<api_key>

VOLZ-API-SECRET*

<api_secret>

Accept-Language

en|fr|ar

Response Headers

Name
Value
Description

Volz-Request-Ref

<uuid>

This value should be kept and forwarded to the next steps of the API, it is useful when it comes to resolving any of the issues that you might encounter

Body

Name
Type
Description

trip_type*

string

Possible values: OW: One Way RT: Round Trip MD: Multi-Destination

destinations*

array

Destinations information

destinations.*.origin*

string

IATA Code of the departure airport

destinations.*.destination*

string

IATA Code of the arrival airport

destinations.*.departure_date*

date

Departure date using format Y-m-d ex: 2024-08-07

destinations.*.return_date

date

ONLY FOR ROUND TRIPS Return date using format Y-m-d ex: 2024-08-07

adults*

int

Number of adults

children*

int

Number of children

held_infants*

int

Number of seated infants

refundable*

bool

If true, results will only contain refundable flights

luggage_included*

bool

If true, results will only contain luggage included flights

cabin*

string

Possible values: ECONOMY, PREMIUM_ECONOMY, ECONOMY_STANDARD, BUSINESS,FIRST

air_companies

array

Filter only show flights operated by these companies

itinerary_x_stops

int

Number of stops in the Xth itinerary ex: itinerary_0_stops: 1 Can be used as many as the number of destinations selected

departure_time_min

string

Minimum departure time formatted as follows: H:i ex 00:30 This will only display flights that have a departure time after 00:30

departure_time_max

string

Maximum departure time formatted as follows: H:i ex 00:30

arrival_time_min

string

Minimum arrival time formatted as follows: H:i ex 00:30

arrival_time_max

string

Maximum arrival time formatted as follows: H:i ex 00:30

Response

Last updated