Before using this API, we recommend you read our Authorization Guide for more information on how to generate an access token. Please also be aware that our test environment is based on a subset of the production, if
https://api.amadeus.com/v2
Auth type
OAuth 2.0
Auth header
Authorization: Bearer YOUR_ACCESS_TOKEN
Rate limit
100 calls/sec (production); varies by API
Pricing
Free tier available
Free quota
Free test environment with synthetic data
Documentation
https://test.api.amadeus.com/v2
Endpoint status
Server online — HTTP 404 — server is online but path returned an error (may require auth)1.22s
(checked Mar 29, 2026)
Builder score
C
59%
builder-friendly
OAuth 2.0 Client Credentials — exchange API key + secret for access token
Authorization: Bearer YOUR_ACCESS_TOKEN
| Plan | Price/mo | Included |
|---|---|---|
| Test (Free) | Free | Free test environment, synthetic data |
| Production | Free | PAYG per API call (e.g. $0.005/flight search) |
Test environment: free with synthetic data. Production: pay-as-you-go per API call. Flight search: ~$0.005/call. Volume discounts available.
| Method | Path | Description |
|---|---|---|
| GET | /shopping/flight-offers |
Return list of Flight Offers based on searching criteria. |
| POST | /shopping/flight-offers |
Return list of Flight Offers based on posted searching criteria. |
curl -X GET 'https://test.api.amadeus.com/v2/shopping/flight-offers' \ -H '# No auth required'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official Flight Offers Search documentation.