/skyscanner/flights/prices/bands
Get the historical price distribution (price bands) for a flight route between two places by entity id for a given date, cabin class and trip type. Returns the typical price spread — low (20th percentile), median and high (80th percentile) price points plus the lower and upper outlier bounds, all in the market currency, along with the season the aggregation covers. Use it to judge whether a live fare is cheap or expensive versus what this route normally costs. For round trips also pass a return date. Origin and destination are Skyscanner place entity ids (resolve them via the places autosuggest).
Price: 1 credit
💡 AI Hint: Historical price distribution for a flight route between two Skyscanner place entity ids (origin, destination) for a depart_date (and optional return_date for round trips) and cabin_class. Returns price bands with currency, season, percentile_low/percentile_high (e.g. 20/80), and the price points outlier_low, low, median, high, outlier_high. Prices are typical historical values, not a live fare quote.
⚠️ Common errors: 412: No price-band history available for the given route, date and cabin combination
Authorizations
API token from the dashboard
Headers
Body
Origin place entity id
^\d+$"27537542"
Destination place entity id
^\d+$"27544008"
Outbound flight date
"2026-08-15"
Max 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