UnifyAPI
← Back to catalog

amadeus.airport_routes

mock data$0.003 / call

Amadeus Airport Routes

Get all direct flight destinations from an airport (Amadeus)

Travelprovider: Amadeus#amadeus#travel

Input schema

airport_coderequired

Airport IATA code (e.g. JFK, LAX)

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/amadeus.airport_routes \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"airport_code":"<airport_code>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.