UnifyAPI
← Back to catalog

amadeus.airport_search

mock data$0.003 / call

Amadeus Airport Search

Search airports and cities by keyword or IATA code with autocomplete (Amadeus)

Travelprovider: Amadeus#amadeus#travel

Input schema

keywordrequired

Airport or city name to search (e.g. London, JFK)

string
subType

Filter by location type

string

Call via REST

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

Try it

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