For platforms
One contract, the whole journey
Integrate once and offer your users a complete trip instead of a list of disconnected bookings.
For platforms
One API for the whole trip
Flights, stays, ferries, rail, transfers, cars, eSIM and experiences behind a single contract — with the Arrival-Window Engine included, so your users get an itinerary rather than a list of bookings.
POST /v1/journeys
{
"origin": "LON",
"destination": "HND",
"depart": "2026-10-14",
"return": "2026-10-24",
"travellers": 2,
"include": [
"flight", "stay",
"transfer", "esim"
]
}Returns one journey, itemised, arrival-timed.
What you get
- Eight verticals behind a single normalised schema
- The Arrival-Window Engine, so bundles are timed rather than stacked
- Itemised pricing — your margin and ours stay separately visible
- Sandbox keys, idempotent writes, and webhooks for status changes
Status
The public API is in build. Register interest and we will send the specification and sandbox credentials as they become available.