UnifyAPI
← Back to catalog

aviasales.airport_lookup

mock data$0.001 / call

Airport Lookup

Look up airport by name or code

Travelprovider: Aviasales#aviasales#travel

Input schema

queryrequired

Airport name, city name, or IATA code to search for (e.g. Bangkok, JFK, Heathrow)

string

Call via REST

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

Try it

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