Table of contents:

Check out

  • Response message with detailed explanation of output parameters
  • Variety of request and response samples

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="SSPkvoYKXmjORwSNAnWdQf" version="3a">
2Version(tick)(error)(error)

"1", "2" or "3a" for v0.35 and always "3a" for v0.37.
(warning) Will be deprecated in next release

@version
<search key="SSPkvoYKXmjORwSNAnWdQf" version="3a">
3Summarizer(error)(tick)(error)
  • seats — seat select pricing for each segment of itinerary

  • gaggage — free checked baggage and luggage allowance, extra baggage pricing for each slice of itinerary

  • fares — fare details for each segment of itinerary

In case you need to receive multiple flight details, using the following order of listing summarizers is mandatory

summarizer
<summarizer>baggage</summarizer>
4Preferred cabin type(error)(error)By default API results contains both cabins but the cheapest are preferred
  • COUCH — to use economy cabin only filter 
  • BUSINESS — to use business cabin only filter 
inputs /@cabinType
<inputs cabinType="BUSINESS">
5Adult count(tick)(error)(error)Adults and children sum must be less or equal to 9inputs /pax /@adults
<pax adults="1"/>
6Children count(error)(error)"0"Adults and children sum must be less or equal to 9inputs /pax /@children
<pax adults="2" children="1"/>
7Count of Infants in a lap(error)(error)"0"Must me less or equal to adult countinputs /pax /@infantsInLap
<pax adults="3" infantsInLap="2"/>
8Slices(tick)(tick)(error)

<slice date="2017-12-02" destination="OVB" origin="GDX"/>

Slice. 
/search /inputs /slice (Multiple)

#DescriptionMandMultDefaultRef/Format/DescxPathExample
1

Departure IATA airport or city code

(tick)(error)(error)

IATA airpot/city code

origin

<slice date="2018-01-01" destination="GDX" origin="OVB"/>
2

Departure Date

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

date

<slice date="2018-01-01" destination="GDX" origin="OVB"/>
3

Arrival IATA airport or city code

(tick)(error)(error)

IATA airpot/city code

destination

<slice date="2018-01-01" destination="GDX" origin="OVB"/>