/skyscanner/flights/prices/calendar
Get the cheapest available flight price for each day over the coming year for a route between two places (identified by their Skyscanner sky ids). Returns a day-by-day calendar with the lowest price, currency and a relative price tier (low, medium or high) for each date, letting you spot the cheapest days to fly. Resolve the origin and destination sky ids from the places search endpoint.
Price: 1 credit
💡 AI Hint: Cheapest flight price per day for a route between two Skyscanner sky ids (origin, destination, e.g. NYCA, LOND — resolve via places/search). Returns a list of days, each with date, price, currency and price_tier (low/medium/high relative cheapness). Use count to cap how many upcoming days to return.
⚠️ Common errors: 412: No price calendar available for the given route (unknown sky id or no flights on the route)
Authorizations
API token from the dashboard
Headers
Body
Origin sky id (resolve via places search)
2"NYCA"
Destination sky id (resolve via places search)
2"LOND"
Max number of days to return
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 1500