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.

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here!