# Amadeus for Developers API **Provider:** Amadeus for Developers **Category:** maps **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://developers.amadeus.com/self-service ## Description Travel Search - Limited usage ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://api.amadeus.com/v2/` | See documentation for endpoint reference | ## Authentication OAuth 2.0 Client Credentials — exchange API key + secret for access token ``` Authorization: Bearer YOUR_ACCESS_TOKEN ``` ## Sample Request ```bash curl 'https://developers.amadeus.com' ``` ## 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/amadeus-for-developers/) — CC BY 4.0*