← Back to catalog
aviasales.price_calendar
mock data$0.001 / callPrice Calendar
Get flight price calendar for a route
Input schema
month
stringMonth in YYYY-MM format to get calendar prices (e.g. 2026-06)
originrequired
stringDeparture city or airport IATA code (e.g. MOW, JFK)
currency
stringCurrency code for prices (default usd)
destinationrequired
stringArrival IATA code (e.g. BKK, LON)
Call via REST
curl -X POST https://unifyapi.pro/api/call/aviasales.price_calendar \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"month":"<month>","origin":"<origin>","currency":"<currency>","destination":"<destination>"}'