UnifyAPI
← Back to catalog

aviasales.cheap_flights

mock data$0.001 / call

Cheap Flights

Find cheapest flights from an origin

Travelprovider: Aviasales#aviasales#travel

Input schema

originrequired

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

string
currency

Currency code for prices (default usd)

string
destination

Arrival IATA code (omit to find cheapest flights to anywhere)

string
direct_only

Only return direct (non-stop) flights

boolean
departure_month

Filter by departure month in YYYY-MM format

string

Call via REST

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

Try it

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