Back to catalog
🚌

Amadeus for Developers

OAuth

Travel Search - Limited usage

🚌TransportationHTTPS

Amadeus for Developers

5 items

Delta Air Lines

5h 15m

287

JetBlue Airways

5h 20m

249

American Airlines

5h 20m

312

United Airlines

5h 10m

298

Alaska Airlines

5h 25m

235

Sample Response

response.json
1{
2 "items": [
3 {
4 "airline": "Delta Air Lines",
5 "departure": "2025-03-15T08: 00",
6 "arrival": "2025-03-15T11: 15",
7 "duration": "5h 15m",
8 "price_usd": 287
9 },
10 {
11 "airline": "JetBlue Airways",
12 "departure": "2025-03-15T06: 30",
13 "arrival": "2025-03-15T09: 50",
14 "duration": "5h 20m",
15 "price_usd": 249

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://developers.amadeus.com/self-service" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_ACCESS_TOKEN"
View Documentation

Similar APIs