v1

latestOpenAPI 3.0.02026-07-247251950.2 KB
Airports

Get airport by IATA code

Overview

Retrieve detailed information for a specific airport using its 3-letter IATA code.

When to Use

  • Airport display - Show airport name, city, and country for a given IATA code
  • Flight result enrichment - Fetch airport details to display alongside origin/destination in search results
  • Autocomplete validation - Verify an airport code and retrieve its full details

What You Get

  • Airport details including name, city, country, and timezone
  • IATA and ICAO codes for the airport
  • Geographic coordinates (latitude and longitude)
  • Country and city information for display purposes

Quick Start

Provide the 3-letter IATA code (e.g., JFK for John F. Kennedy International) in the URL path.

get/data/flights/airports/iatas/{iataCode}

Path parameters

iataCodestring required

3-letter IATA airport code (e.g., JFK)

Response

Successful response