Travel Domain

Travel API

Flights, hotels, airports, and booking confirmation flows

API Prefix

/api/travel

Every endpoint hangs off this prefix so you can compose requests consistently.

Endpoint coverage

7

Curated routes spanning common workflows

Playground ready

Deep link directly into the playground with your preferred method and path.

Open in Playground

Capabilities

What you can simulate

Mix and match endpoints to validate dashboards, onboarding flows, error states, and integration docs before touching production systems.

1

Flight search and detail payloads

2

Hotel search and room availability flows

3

Airport reference data for autosuggests

4

Booking creation and confirmation screens

5

Traveller and itinerary-friendly fixtures

6

Popular trip patterns ready for demos

Endpoints

Available routes

Each endpoint responds with JSON objects modeled after production systems, complete with pagination, filtering, and optional latency controls for stress testing.

GET

/api/travel/flights/search?origin=JFK&destination=LAX

Try it
GET

/api/travel/flights/flt_001

Try it
GET

/api/travel/hotels/search?city=New+York

Try it
GET

/api/travel/hotels/hotel_001

Try it
POST

/api/travel/bookings

Try it
GET

/api/travel/bookings/bk_001

Try it
GET

/api/travel/airports?q=JFK

Try it
travel

Model booking flows quickly

Validate travel search, checkout, and confirmation experiences with deterministic itineraries.

Explore more

Other mock API domains

Browse the full library of free mock API domains for your next project.