GET
Search departures by route
/v1/flights;departureLocation=:departureLocation;arrivalLocation=:arrivalLocation;scheduledDepartureDate=:scheduledDepartureDate:format
GET
Search arrivals by route
/v1/flights;departureLocation=:departureLocation;arrivalLocation=:arrivalLocation;scheduledArrivalDate=:scheduledArrivalDate:format
GET
Search departures by flight
/v1/flights;flightNumber=:flightNumber;scheduledDepartureDate=:scheduledDepartureDate:format
GET
Search arrivals by flight
/v1/flights;flightNumber=:flightNumber;scheduledArrivalDate=:scheduledArrivalDate:format
GET
Search today's departures by time
/v1/flights;departureLocation=:departureLocation;startTime=:startTime;endTime=:endTime:format
GET
Search today's arrivals by time
/v1/flights;arrivalLocation=:arrivalLocation;startTime=:startTime;endTime=:endTime:format
GET
Retrieve lowest price
/v1/flightOfferBasic;departureCity=:departureCity;arrivalCity=:arrivalCity;cabin=:cabin;journeyType=:journeyType;range=:range:format
GET
Retrieve lowest price
/v1/flightOfferBasic;departureCity=:departureCity;arrivalCity=:arrivalCity;cabin=:cabin;journeyType=:journeyType;range=:range:format
GET
Retrieve Flight Offer for Market Affiliates - One way journey
/v1/flightOfferMktAffiliates;departureDateTimeOutbound=:departureDateTimeOutbound;locationCodeOriginOutbound=:locationCodeOriginOutbound;locationCodeDestinationOutbound=:locationCodeDestinationOutbound;cabin=:cabin;ADT=:ADT;CHD=:CHD;INF=:INF;format=:format
GET
Retrieve Flight Offer for Market Affiliates - One way journey with cabinSubType
/v1/flightOfferMktAffiliates;departureDateTimeOutbound=:departureDateTimeOutbound;locationCodeOriginOutbound=:locationCodeOriginOutbound;locationCodeDestinationOutbound=:locationCodeDestinationOutbound;cabin=:cabin;cabinSubtype=:subtype;ADT=:ADT;CHD=:CHD;INF=:INF;format=:format
GET
Retrieve Flight Offer for Market Affiliates - Return journey
/v1/flightOfferMktAffiliates;departureDateTimeOutbound=:departureDateTimeOutbound;locationCodeOriginOutbound=:locationCodeOriginOutbound;locationCodeDestinationOutbound=:locationCodeDestinationOutbound;departureDateTimeInbound=:departureDateTimeInbound;locationCodeOriginInbound=:locationCodeOriginInbound;locationCodeDestinationInbound=:locationCodeDestinationInbound;cabin=:cabin;ADT=:ADT;CHD=:CHD;INF=:INF;format=:format
GET
Retrieve Flight Offer for Market Affiliates - Two way journey with cabinSubType
/v1/flightOfferMktAffiliates;departureDateTimeOutbound=:departureDateTimeOutbound;locationCodeOriginOutbound=:locationCodeOriginOutbound;locationCodeDestinationOutbound=:locationCodeDestinationOutbound;departureDateTimeInbound=:departureDateTimeInbound;locationCodeOriginInbound=:locationCodeOriginInbound;locationCodeDestinationInbound=:locationCodeDestinationInbound;cabin=:cabin;cabinSubtype=:subtype;ADT=:ADT;CHD=:CHD;INF=:INF;format=:format
GET
Search for hotels by specifying country, city, check-in and check-out dates
/v1/hotels;countryCode=:countryCode;cityCode=:cityCode;checkInDate=:checkInDate;checkOutDate=:checkOutDate;format=:format
GET
Search for hotels by specifying country, city, check-in date and number of nights
/v1/hotels;countryCode=:countryCode;cityCode=:cityCode;checkInDate=:checkInDate;numberOfNights=:numberOfNights;format=:format
GET
Search for hotels by specifying country, city, check-in date and hotel star rating
/v1/hotels;countryCode=:countryCode;cityCode=:cityCode;checkInDate=:checkInDate;checkOutDate=:checkOutDate;starRating=:starRating;format=:format
GET
Search for hotels by specifying country, city, check-in date and airport hotel
/v1/hotels;countryCode=:countryCode;cityCode=:cityCode;checkInDate=:checkInDate;numberOfNights=:numberOfNights;isAirportHotel=:isAirportHotel;format=:format
GET
Search for hotels by specifying country, city, check-in, check-out dates, star rating and airport hotel
/v1/hotels;countryCode=:countryCode;cityCode=:cityCode;checkInDate=:checkInDate;checkOutDate=:checkOutDate;isAirportHotel=:isAirportHotel;format=:format
GET
Search for flight & hotel packages by specifying origin, destination, and flight departure date
/v1/hotelPackages;origin=:origin;destination=:destination;departureDate=:departureDate;format=:format
GET
Search for flight &hotel packages by specifying origin, destination, flight departure and hotel check-in date
/v1/hotelPackages;origin=:origin;destination=:destination;departureDate=:departureDate;checkInDate=:checkInDate;format=:format
GET
Search for flight &hotel packages by specifying origin, destination, hotel check-in, flight departure and return dates
/v1/hotelPackages;origin=:origin;destination=:destination;departureDate=:departureDate;checkInDate=:checkInDate;returnDate=:returnDate;format=:format
GET
Search for flight & hotel packages by specifying origin, destination, departure date and duration
/v1/hotelPackages;origin=:origin;destination=:destination;departureDate=:departureDate;duration=:duration;format=:format
GET
Search for flight & hotel packages by specifying origin, destination, flight departure date and hotel stars
/v1/hotelPackages;origin=:origin;destination=:destination;departureDate=:departureDate;stars=:stars;format=:format
GET
Search for flight & hotel packages by specifying origin, destination, hotel check-in, check-out, flight departure and return dates and hotel star rating
/v1/hotelPackages;origin=:origin;destination=:destination;departureDate=:departureDate;checkInDate=:checkInDate;returnDate=:returnDate;format=:format
GET
Search for hire cars by specifying destination, pick-up and drop-off dates
/v1/cars;destination=:destination;pickUpDate=:pickUpDate;dropOffDate=:dropOffDate;format=:format
GET
Search for hire cars by specifying destination, pick-up date and duration
/v1/cars;destination=:destination;pickUpDate=:pickUpDate;duration=:duration;format=:format
GET
Search for hire cars by specifying destination, pick-up, drop-off dates and transmission type
/v1/cars;destination=:destination;pickUpDate=:pickUpDate;dropOffDate=:dropOffDate;type=:type;format=:format
GET
Search for hire cars by specifying destination, pick-up date, duration and car group
/v1/cars;destination=:destination;pickUpDate=:pickUpDate;duration=:duration;groupIdentifier:groupIdentifier;format=:format
GET
Search for hire cars by specifying destination, pick-up date, duration, transmission type and car group
/v1/cars;destination=:destination;pickUpDate=:pickUpDate;duration=:duration;type=:type;groupIdentifier:groupIdentifier;format=:format
GET
Search for flight & hire car packages by specifying origin, destination and departure date
/v1/carPackages;origin=:origin;destination=:destination;departureDate=:departureDate
GET
Search flight & hire car packages by specifying origin, destination, flight departure and return dates
/v1/carPackages;origin=:origin;destination=:destination;departureDate=:departureDate;returnDate=:returnDate
GET
Search flight & hire car packages by specifying origin, destination, flight departure, car pick-up and return date
/v1/carPackages;origin=:origin;destination=:destination;departureDate=:departureDate;returnDate=:returnDate;pickUpDate=:pickUpDate
GET
Search flight & hire car packages by specifying origin, destination, flight departure and return dates, car pick-up and drop-off dates
/v1/carPackages;origin=:origin;destination=:destination;departureDate=:departureDate;returnDate=:returnDate;pickUpDate=:pickUpDate;dropOffDate=:dropOffDate
GET
Search flgiht & hire car packages by specifying origin, destination, flight departure and return, car pick-up, drop-off dates and cabin
/v1/carPackages;origin=:origin;destination=:destination;departureDate=:departureDate;returnDate=:returnDate;pickUpDate=:pickUpDate;dropOffDate=:dropOffDate;cabinCodeOutbound=:cabinCodeOutbound;cabinCodeInbound=:cabinCodeInbound
GET
Search flight & hire car packages by specifying origin, destination, flight cabin, departure & return dates, car pick-up, drop-off and transmission type
/v1/carPackages;origin=:origin;destination=:destination;departureDate=:departureDate;returnDate=:returnDate;pickUpDate=:pickUpDate;dropOffDate=:dropOffDate;cabinCodeOutbound=:cabinCodeOutbound;cabinCodeInbound=:cabinCodeInbound;type=:type
GET
Search flight & hire car packages by specifying origin, destination, flight cabin, departure & return dates, car pick-up, drop-off and group
/v1/carPackages;origin=:origin;destination=:destination;departureDate=:departureDate;returnDate=:returnDate;pickUpDate=:pickUpDate;dropOffDate=:dropOffDate;cabinCodeOutbound=:cabinCodeOutbound;cabinCodeInbound=:cabinCodeInbound;groupIdentifier=:groupIdentifier
GET
Search car packages by specifying origin, destination, flight departure & return, car pick-up, drop-off dates, group and transmission type
/v1/carPackages;origin=:origin;destination=:destination;departureDate=:departureDate;returnDate=:returnDate;pickUpDate=:pickUpDate;dropOffDate=:dropOffDate;cabinCodeOutbound=:cabinCodeOutbound;cabinCodeInbound=:cabinCodeInbound;groupIdentifier=:groupIdentifier;type=:type