/skyscanner/flights/prices/months
Get the cheapest flight price for each upcoming month between two places by entity id. Returns a calendar of monthly lowest prices (one entry per month for the next year) with the year and month, the cheapest price and currency, and a relative price level (low, lowest) marking the best-value months. Origin and destination are Skyscanner place entity ids (resolve them via the places autosuggest). Prices are indicative lowest fares and change frequently.
Price: 1 credit
💡 AI Hint: Cheapest flight price per month between two Skyscanner place entity ids (origin, destination) for a trip_type (round_trip or one_way). Returns one entry per upcoming month with date (YYYY-MM), year, month, price, currency and price_category (LOW / LOWEST for the cheapest months). Use places/search to resolve place names into the entity ids.
⚠️ Common errors: 412: No price calendar available for the given route
Authorizations
API token from the dashboard
Headers
Body
Origin place entity id
^\d+$"27537542"
Destination place entity id
^\d+$"27544008"
Max number of months to return
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 1500Trip type
ROUND_TRIP, ONE_WAY