UnifyAPI
← Back to catalog

aviasales.popular_routes

mock data$0.001 / call

Popular Routes

Get popular flight routes from an origin

Travelprovider: Aviasales#aviasales#travel

Input schema

originrequired

Departure city IATA code (e.g. MOW, NYC, LON)

string
currency

Currency code for prices (default usd)

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/aviasales.popular_routes \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"origin":"<origin>","currency":"<currency>"}'

Try it

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