fa_resolve_airport
Resolve an airport code (ICAO, IATA, or LID) to its canonical AeroAPI identifier and alternate codes, enabling consistent airport lookup across flight data.
Instructions
Resolve an airport code to its canonical AeroAPI identifier (and equivalents). NOTE: requires a Standard or Premium AeroAPI tier — the free Personal tier returns 401.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Airport code (ICAO/IATA/LID) to canonicalize | |
| view | No | Response shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact strips image/avatar URLs from the response; "full" returns FlightAware's payload untouched. No field projection: this server has no verified record of which FlightAware fields matter, and inventing one would risk dropping a field a caller needs. | |
| id_type | No | Disambiguate how `id` is interpreted |