Airport Lookup
aviasales.reference.airportLook up airport details using name, city, or IATA code. Returns matching airports with identification codes.
Instructions
Look up airport by name or code
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Airport name, city name, or IATA code to search for (e.g. Bangkok, JFK, Heathrow) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |