Back to catalog
🚌

Sabre for Developers

API Key

Travel Search - Limited usage

🚌TransportationHTTPS

AA2301 — JFK to LAX

Sabre flight booking result

Flight NumberAA2301
OriginJFK
DestinationLAX
Departure Time2024-04-10T08:30:00
Fare Usd312.5

Sample Response

response.json
1{
2 "flight_number": "AA2301",
3 "origin": "JFK",
4 "destination": "LAX",
5 "departure_time": "2024-04-10T08: 30: 00",
6 "fare_usd": 312.5
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://developer.sabre.com/guides/travel-agency/quickstart/getting-started-in-travel" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs