# Flight Offers Search **Provider:** Flight Offers Search **Category:** auth **Base URL:** `https://api.amadeus.com/v2` **Auth:** oauth2 — `Authorization: Bearer YOUR_ACCESS_TOKEN` **Rate Limit:** 100 calls/sec (production); varies by API **Free Tier:** Yes — [object Object] **Pricing:** Free tier available (freemium) **Docs:** https://test.api.amadeus.com/v2 ## Description 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 ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://api.amadeus.com/v2/shopping/flight-offers` | Return list of Flight Offers based on searching criteria. | | POST | `https://api.amadeus.com/v2/shopping/flight-offers` | Return list of Flight Offers based on posted searching criteria. | ## Authentication OAuth 2.0 Client Credentials — exchange API key + secret for access token ``` Authorization: Bearer YOUR_ACCESS_TOKEN ``` ## Sample Request ```bash curl -X GET 'https://test.api.amadeus.com/v2/shopping/flight-offers' \ -H '# No auth required' ``` ## Sample Response ```json {} ``` ## Pricing Details Test environment: free with synthetic data. Production: pay-as-you-go per API call. Flight search: ~$0.005/call. Volume discounts available. --- *Source: [API Map](https://apimap.dev/apis/flight-offers-search/) — CC BY 4.0*