/skyscanner/flights/prices/bands

POST /api/skyscanner/flights/prices/bands

Price: 1 credit

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).

How to use it

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.

Parameters

Request body

Response

Errors

Response headers