/ flights / search
The easiest way to book a flight.
Search available fares and compare every option in one consistent format.
Search flights
How it works
-
Search
Enter a route, dates, cabin, and passengers.
-
Compare
Flight offers are presented in one consistent structure.
-
Book
Choose an offer, confirm its current price, and add passenger details.
For agents
This page is semantic HTML. The same resource is also available as Markdown using the .md extension or through HTTP content negotiation:
GET /index.md
GET /
Accept: text/markdown
Start a flight search with query parameters. Only the route and departure date are required; the cabin defaults to economy and the passenger count defaults to one adult.
GET /api/search?origin=PAR&destination=LON&departure_date=YYYY-MM-DD
The full JSON request remains available through POST /api/offer_requests. Both routes return an ID that can be polled at GET /api/offer_requests/{id}.