v1

latestOpenAPI 3.0.02026-07-247251950.2 KB
Airlines

List airline IATA codes

Overview

Retrieve a lightweight list of airline IATA codes with names for autocomplete and lookup purposes.

When to Use

  • Autocomplete dropdowns - Populate airline search inputs with a minimal list
  • Client-side filtering - Download the full list once and filter locally
  • Code validation - Build a lookup table of valid airline codes

What You Get

  • IATA codes for all airlines in the database
  • Airline names paired with each code
  • Active filtering available via the activeOnly parameter

Quick Start

Call with no parameters to get all airline IATA codes and names. Use activeOnly=true to filter out inactive airlines.

get/data/flights/airlines/iatas

Query parameters

activeOnlyboolean

Only return currently active airlines

Response

Successful response