Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of contents:

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="
SSPkvoYKXmjORwSNAnWdQf" version="3a"
SSPkvoYKXbdORwSNAnWdQf">
2
Version(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">
3gaggage
Summarizer(error)(tick)(error)
  • seats — seat select pricing for each segment of itinerary

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

    Anchor
    Slice
    Slice
    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="
    2018
    2023-
    01
    12-01"/>
    3

    Arrival IATA airport or city code

    (tick)(error)(error)

    IATA airpot/city code

    destination

    <slice destination="
    GDX
    DME"/>