v1

latestOpenAPI 3.0.02026-07-247251950.2 KB
Airlines

Get airline by IATA code

Overview

Retrieve full details for a specific airline using its 2-letter IATA code.

When to Use

  • Airline display - Show airline name, logo, and alliance for a given IATA code
  • Flight result enrichment - Fetch airline details to display alongside search results
  • Data validation - Verify an airline code and retrieve its metadata

What You Get

  • Airline details including name, IATA/ICAO codes, and country
  • Alliance membership (Star Alliance, oneworld, SkyTeam, or Vanilla Alliance)
  • Logo URL for displaying the airline's logo in your UI
  • Active status indicating whether the airline is currently operating

Quick Start

Provide the 2-letter IATA code (e.g., AA for American Airlines) in the URL path.

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

Path parameters

iataCodestring required

2-letter IATA airline code (e.g., AA)

Response

Successful response