Table of contents:

Check out

Parameters

Main. 
/search

#DescriptionMandMultDefaultRef/Format/DescxPathExample
1MSE key(tick)(error)(error)Use the key that you received from our technical support. 
Check out Quick Start for how to get it
@key
<search key="SSPkvoYKXbdORwSNAnWdQf">
2Summarizer(error)(tick)(error)
  • includedBaggage — free checked baggage and luggage allowance for each slice of itinerary

  • fares — fare details for each segment of itinerary

summarizer
<summarizer>includedBaggage</summarizer>
3Preferred cabin type(error)(error)By default API results contains both cabins but the cheapest are preferred
  • COACH — to use economy cabin only filter 
  • BUSINESS — to use business cabin only filter 
inputs /@cabinType
<inputs cabinType="BUSINESS">
4Adult count(tick)(error)(error)Adults and children sum must be less or equal to 9inputs /pax /@adults
<pax adults="1"/>
5Children count(error)(error)"0"Adults and children sum must be less or equal to 9inputs /pax /@children
<pax adults="2" children="1"/>
6Count of Infants in a lap(error)(error)"0"Must be less or equal to adult countinputs /pax /@infantsInLap
<pax adults="3" infantsInLap="2"/>
7Slices(tick)(tick)(error)Check Slice for more details
<slice date="2023-12-02" origin="DME" destination="OVB"/>

Slice. 
/search /inputs /slice (Multiple)

(warning) If you want to make request only with guaranteed results, check FAQ to find how to get the list of actual directions.

#DescriptionMandMultDefaultRef/Format/DescxPathExample
1

Departure IATA airport or city code

(tick)(error)(error)

IATA airpot/city code

origin

<slice origin="OVB"/>
2

Departure Date

(tick)(error)(error)YYYY-MM-DD

date

<slice date="2023-12-01"/>
3

Arrival IATA airport or city code

(tick)(error)(error)

IATA airpot/city code

destination

<slice destination="DME"/>