/google/flights/calendar
Get a price grid of departure and return date combinations around the selected round-trip dates
Price: 1 credit
💡 AI Hint: Round-trip price calendar between an origin and destination airport (IATA codes). Provide the centre depart_date and return_date; returns a grid of nearby departure and return date combinations, each with the lowest total price and currency, so you can spot the cheapest dates to fly.
⚠️ Common errors: 412: No price grid available for the given route and dates
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"
Return date in YYYY-MM-DD format
"2026-07-22"
Maximum number of date combinations to return
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 1500