← Back to catalog
sabre.search_flights
mock data$0.010 / callSabre Flight Search
Search for real-time flight offers with prices between airports (Sabre GDS)
Input schema
limit
integerMax number of flight offers (1-50)
originrequired
stringOrigin airport IATA code (e.g. JFK, LAX)
destinationrequired
stringDestination airport IATA code (e.g. CDG, LHR)
return_date
stringReturn date in YYYY-MM-DD format for round trips
point_of_sale
string2-letter country code for pricing (e.g. US, GB)
departure_daterequired
stringDeparture date in YYYY-MM-DD format
Call via REST
curl -X POST https://unifyapi.pro/api/call/sabre.search_flights \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"limit":0,"origin":"<origin>","destination":"<destination>","return_date":"<return_date>","point_of_sale":"US","departure_date":"<departure_date>"}'