← Back to catalog
aviasales.cheap_flights
mock data$0.001 / callCheap Flights
Find cheapest flights from an origin
Input schema
originrequired
stringDeparture city or airport IATA code (e.g. MOW, BER)
currency
stringCurrency code for prices (default usd)
destination
stringArrival IATA code (omit to find cheapest flights to anywhere)
direct_only
booleanOnly return direct (non-stop) flights
departure_month
stringFilter by departure month in YYYY-MM format
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>"}'