← Back to catalog
amadeus.airport_search
mock data$0.003 / callAmadeus Airport Search
Search airports and cities by keyword or IATA code with autocomplete (Amadeus)
Input schema
keywordrequired
stringAirport or city name to search (e.g. London, JFK)
subType
stringFilter by location type
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>"}'