F

Flight Offers Search

by Flight Offers Search Free tier

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

authtravelflightshotelsbookingentertainment

Quick Reference

Base URL 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
Pricing
90
Latency
30
Depth
58

Authentication

OAuth 2.0 Client Credentials — exchange API key + secret for access token

Authorization: Bearer YOUR_ACCESS_TOKEN

Pricing

Model freemium Starting price Free tier available Free quota Free test environment with synthetic data Unit cost $0.5000 per 10,000 flight search calls
PlanPrice/moIncluded
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.

Key Endpoints

MethodPathDescription
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.

Sample Request

curl -X GET 'https://test.api.amadeus.com/v2/shopping/flight-offers' \
  -H '# No auth required'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official Flight Offers Search documentation.