/skyscanner/flights/dates
Find the cheapest Skyscanner flight price for each nearby departure date (and, for round trips, each nearby return date) around a requested date — the flexible-dates price grid. Origin and destination are Skyscanner place entity ids (resolve them via the places autosuggest). For round trips also pass a return date; the result is then a grid of departure x return date combinations. Each cell carries the cheapest total price, the cheapest non-stop price and the cheapest price with stops (in the requested currency), plus availability and a price-level indicator highlighting unusually low fares.
Price: 1 credit
💡 AI Hint: Cheapest-price-by-date grid between two Skyscanner place entity ids (origin, destination) around a depart_date (and optional return_date for round trips), for a cabin_class, adults and child_ages. Returns one option per nearby date (or departure x return date combination), each with departure_date, return_date, currency, price (cheapest total), direct_price (cheapest non-stop), non_direct_price (cheapest with stops), availability and price_category (e.g. ‘low’ marks an unusually cheap date).
⚠️ Common errors: 412: No flexible-date prices found for the given route, date and passenger combination
Authorizations
API token from the dashboard
Headers
Body
Origin place entity id
^\d+$"27544008"
Destination place entity id
^\d+$"27537542"
Outbound flight date
"2026-08-15"
Max number of date options to return
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 1500Return flight date for round trips; omit for one-way
"2026-08-22"
Cabin class
ECONOMY, PREMIUM_ECONOMY, BUSINESS, FIRST Number of adult passengers
1 <= x <= 8Ages of child passengers (0-17)
Response
Successful Response