← Back to catalog
flights.search
mock data$0.012 / callFlight Search
Search the cheapest flights between two airports for a date.
Input schema
daterequired
stringYYYY-MM-DD
originrequired
stringIATA code, e.g. CGK
destinationrequired
stringIATA code, e.g. SIN
Call via REST
curl -X POST https://unifyapi.pro/api/call/flights.search \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"date":"<date>","origin":"<origin>","destination":"<destination>"}'