Skip to main content
POST
Search Flights
Search for flights with real-time B2B pricing, including automated markups and commission calculations.

Pricing Breakdown

The response includes a detailed breakdown of base fares, taxes, commissions, and the net_fare (amount to be debited from the wallet).

Authorizations

X-API-Key
string
header
required

Headers

X-Request-ID
string

Unique correlation ID for tracing.

Body

application/json
origin
string
required
Pattern: ^[A-Z]{3}$
Example:

"DEL"

dest
string
required
Pattern: ^[A-Z]{3}$
Example:

"DXB"

dod
string
required

Departure date in YYYYMMDD format.

Pattern: ^\d{8}$
Example:

"20270501"

doa
string

Return date in YYYYMMDD format (optional for one-way).

Pattern: ^\d{8}$
Example:

"20270505"

pax_adult
integer
default:1
Required range: 1 <= x <= 9
pax_child
integer
default:0
Required range: 0 <= x <= 9
pax_infant
integer
default:0
Required range: 0 <= x <= 9
cabin
enum<string>
Available options:
ECONOMY,
PREMIUM_ECONOMY,
BUSINESS,
FIRST
limit
integer
default:100
cursor
string

Pagination cursor obtained from the previous search response.

Response

List of flight offers.

search_id
string
results
object[]
cursor
string