UnifyAPI
← Back to catalog

aviasales.price_calendar

mock data$0.001 / call

Price Calendar

Get flight price calendar for a route

Travelprovider: Aviasales#aviasales#travel

Input schema

month

Month in YYYY-MM format to get calendar prices (e.g. 2026-06)

string
originrequired

Departure city or airport IATA code (e.g. MOW, JFK)

string
currency

Currency code for prices (default usd)

string
destinationrequired

Arrival IATA code (e.g. BKK, LON)

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.