UnifyAPI
← Back to catalog

sabre.search_flights

mock data$0.010 / call

Sabre Flight Search

Search for real-time flight offers with prices between airports (Sabre GDS)

Travelprovider: Sabre#sabre#travel

Input schema

limit

Max number of flight offers (1-50)

integer
originrequired

Origin airport IATA code (e.g. JFK, LAX)

string
destinationrequired

Destination airport IATA code (e.g. CDG, LHR)

string
return_date

Return date in YYYY-MM-DD format for round trips

string
point_of_sale

2-letter country code for pricing (e.g. US, GB)

string
departure_daterequired

Departure date in YYYY-MM-DD format

string

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>"}'

Try it

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