/hopper/flights/search

POST /api/hopper/flights/search

Price: 20 credits

Search Hopper flights between an origin and destination (IATA airport codes or city codes) for a departure date, and a return date for round trips, for a given passenger mix (adults, children, seat infants, lap infants). Optionally filter by airlines, maximum stops and maximum price, and choose the ordering. Returns flight itineraries, each with the cheapest total price (base fare and taxes/fees), currency, the outbound and return slices (origin, destination, departure and arrival times, duration, stops and per-segment airline and flight number), and the list of available fare brands with their prices, cabin and remaining seats. Resolve codes via the locations search (kind=flight).

How to use it

Search flights: origin/destination (IATA or city code + origin_type/destination_type), departure_date, return_date (round trips), trip_type, passenger counts (adults/children/seat_infants/lap_infants). Filters: airlines, max_stops, max_price, sort. Each itinerary has trip_id, price (cheapest), base_amount, taxes_and_fees, currency, outbound and inbound slices (segments with airlines, flight numbers, times), and fares (fare brands with price, cabin, available_seats).

Parameters

Request body

Response

Errors

Response headers