get
https://api.liteapi.travel/v3.0/data/flights/airlines/iatas
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
activeOnlyparameter
Quick Start
Call with no parameters to get all airline IATA codes and names. Use activeOnly=true to filter out inactive airlines.