AdminTech

Travel APIs

The whole trip, two APIs

The same engine that powers every storefront on our platform, exposed as clean REST APIs. Search, price and book flights and hotels from your own product — we handle the suppliers, the caching and the issuance behind one integration.

900+

airlines on the Flight API

1.5M+

properties on the Hotel API

Two products, one integration

Both APIs speak the same JSON, share one authentication and one settlement — integrate the first and the second is a formality.

Flight API

900+ airlines

full-service carriers and low-costs alike

Everything a flight seller needs: real-time availability across 900+ airlines, fare revalidation right before booking so the price you show is the price that tickets, and e-ticket issuance in the same flow.

  • Real-time availability & pricing
  • Fare revalidation before booking
  • Booking & e-ticket issuance
  • Ancillaries — extra baggage & paid options
  • Exchanges & date changes
  • Refunds & voids

Full airline listComing soon

Hotel API

1.5M+ properties

from city hotels to apartments, worldwide

Global hotel content with live rates: search 1.5M+ properties by city or name, get room-level availability with board basis and cancellation policy, validate the rate and book — the voucher is issued by the same API.

  • Live room availability & rates
  • Property & destination content search
  • Rate rules & cancellation policies
  • Rate validation before booking
  • Instant booking & voucher issuance
  • Cancellations & refunds

Full property partner listComing soon

See it in action

Three of the calls you will use every day — abridged sample requests and responses, exactly as the API speaks JSON.

POST/api/Air/AirAvail

Flight availability

One request in, priced itineraries back — filtered, cached and ready to sell.

Request

{
  "OriginDestinations": [
    { "Origin": "DXB", "Destination": "IST",
      "DepartureDate": "2026-10-12" }
  ],
  "Passengers": { "Adults": 1 },
  "CabinClass": "Economy"
}

Response

{
  "PricedItineraries": [
    {
      "Airline": "TK",
      "Segments": [
        { "Flight": "TK761",
          "Departure": "08:45",
          "Arrival": "12:30" }
      ],
      "TotalFare": {
        "Amount": 214.50,
        "Currency": "USD"
      }
    }
  ]
}

POST/api/Hotel/Avail

Hotel availability

City, dates and rooms in — bookable properties with live room rates out.

Request

{
  "CityCode": "DXB",
  "CheckIn": "2026-11-02",
  "CheckOut": "2026-11-05",
  "Rooms": [{ "Adults": 2 }]
}

Response

{
  "Hotels": [
    {
      "Name": "Boulevard Plaza Hotel",
      "Stars": 5,
      "Rooms": [
        { "Board": "BB",
          "FreeCancelUntil": "2026-10-30",
          "Total": {
            "Amount": 342.00,
            "Currency": "USD"
          } }
      ]
    }
  ]
}

POST/api/Air/AirAncillaryPricing

Ancillary pricing

Price extra baggage and paid options for an itinerary, in the booking flow or after ticketing.

Request

{
  "BookingReference": "BP-49F2K1",
  "AncillaryType": "Baggage"
}

Response

{
  "Baggage": [
    { "Description": "+10 kg checked bag",
      "Price": { "Amount": 38.00,
                 "Currency": "USD" } },
    { "Description": "+20 kg checked bag",
      "Price": { "Amount": 64.00,
                 "Currency": "USD" } }
  ]
}

Everything the APIs cover

The same capabilities our own storefronts run on — nothing here is a separate product tier.

Search & availability

Real-time availability with async start/poll for heavy searches, so slow suppliers never block your UI.

Booking & issuance

Flight bookings with e-ticket issuance and hotel bookings with instant vouchers — one confirmed reference per trip.

Ancillaries

Price and add extra baggage and paid options to an itinerary — sold alongside the ticket or after it.

Changes & exchanges

Exchange availability and revalidation for flight date changes, without rebuilding the booking by hand.

Refunds & cancellations

Programmatic cancellation with the policy known up front — refund requests tracked to completion.

Fare & rate rules

Fare rules, board basis and cancellation policies delivered with every price, so conditions are clear before anyone pays.

Ready to build on it?

Tell us what you are building and we will set you up with API credentials, documentation and a sandbox.