Skip to main content
POST
Search Flights
Modify the pre-filled search payload to include a doa (Date of Arrival) to trigger a roundtrip search. Hit Send and copy the search_id and signature from the response.

Request Setup

string
default:"DEL"
3-letter IATA origin code.
string
default:"BOM"
3-letter IATA destination code.
string
default:"20270515"
Departure Date (YYYYMMDD).
integer
default:"1"
Number of adults.

Instructions

  1. Review the requirements and set up the request payload.
  2. Hit the Send button.
Requirement: Copy the search_id and signature from the response. You will need them.

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