/google/flights/search
Search flight itineraries between two airports for a date with optional return, cabin, and stops
Price: 1 credit
💡 AI Hint: Search flights between an origin and destination airport (IATA codes) for a departure date. Provide return_date for round-trip itineraries (price is the round-trip total). Filter by cabin (economy, premium_economy, business, first), stops (any, nonstop), and number of adults. Returns ranked itineraries with total price, airline, departure and arrival times, duration, number of stops, layover airports, per-segment flight details, and CO2 emissions.
⚠️ Common errors: 412: No flights found for the given route and date
Authorizations
API token from the dashboard
Headers
Body
Origin airport or city IATA code
^[A-Za-z]{3}$"JFK"
"LAX"
"LON"
Destination airport or city IATA code
^[A-Za-z]{3}$"LAX"
"JFK"
"CDG"
Outbound date in YYYY-MM-DD format
"2026-07-15"
Maximum number of itineraries to return
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 1500Return date in YYYY-MM-DD format; provide it to search round-trip itineraries
Number of adult passengers
1 <= x <= 9Cabin class
economy, premium_economy, business, first Maximum number of stops
any, nonstop Response
Successful Response