developers.amadeus.com

Category
Travel
Network
Avg / request
$0.002 – $0.09
Endpoints
30

Service overview

What is Amadeus?

Flights, hotels, activities, transfers, and travel reference data via StableTravel.

Level up your agent by giving it access to thousands of services. All payable per-request via x402. No API keys, no accounts.

Paste into your agentic chat and let your agent guide you.

Make a Call

Example request
npx awal x402 pay "https://stabletravel.dev/api/flights/search" \
  --method GET, POST \
  --query '{
  "adults": "{adults}",
  "currencyCode": "{currencyCode}",
  "departureDate": "{departureDate}",
  "destinationLocationCode": "{destinationLocationCode}",
  "max": "{max}",
  "originLocationCode": "{originLocationCode}",
  "returnDate": "{returnDate}"
}'
What you get back
{
  "endpoint": "GET, POST /api/flights/search",
  "paid": true,
  "query": "best x402 data APIs",
  "result": [
    {
      "snippet": "Compact result summary.",
      "title": "Example result",
      "url": "https://example.com"
    }
  ]
}

Similar Services