Retrieves detailed information about a specific airport using its IATA code.
API key for authentication. Add your API key to the Authorization header with this format: 'Bearer your_api_key_here'
IATA 3-letter code of the airport (e.g., JFK, LAX, LHR)
^[A-Z]{3}$Successfully retrieved airport details
Unique identifier for the airport (UUID)
"a1b2c3d4-e5f6-7890-abcd-1234567890ab"
Full name of the airport
"John F. Kennedy International Airport"
ISO 3166-1 alpha-2 country code
^[A-Z]{2}$"US"
IATA 3-letter code for the airport
^[A-Z]{3}$"JFK"
ISO region code (typically ISO 3166-2 subdivision)
"US-NY"
Continent code (NA, SA, EU, AS, AF, OC, AN)
NA, SA, EU, AS, AF, OC, AN, null "NA"
Municipality (city) where the airport is located
"New York"
GPS code or other global identifier
"KJFK"
Full country name
"United States"
Airport latitude coordinate
40.6413
Airport longitude coordinate
-73.7781