Ulysse

/ flights / search

The easiest way to book a flight.

Search available fares and compare every option in one consistent format.

How it works

  1. Search

    Enter a route, dates, cabin, and passengers.

  2. Compare

    Flight offers are presented in one consistent structure.

  3. 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}.