# Get Airport Location Fetches the location details of an airport using its ICAO, IATA, or FAA code. Endpoint: GET /api/external/airports/{airportCode}/location Version: 1.5.0 Security: API_AUTHENTICATION ## Path parameters: - `airportCode` (string, required) ICAO, IATA or FAA code of the airport ## Response 200 fields (application): - `country` (string) - `faa` (string) - `iata` (string) - `icao` (string) - `id` (integer) - `latitude` (number) - `localIdentifier` (string) - `location` (string) - `longitude` (number) - `name` (string) - `servedCity` (string) - `state` (string) - `timeZone` (string) ## Response 204 fields (application): - `country` (string) - `faa` (string) - `iata` (string) - `icao` (string) - `id` (integer) - `latitude` (number) - `localIdentifier` (string) - `location` (string) - `longitude` (number) - `name` (string) - `servedCity` (string) - `state` (string) - `timeZone` (string)