Airports Dataset
Datasets
Airports Dataset
Search and filter airports worldwide using IATA/ICAO codes and rich metadata.
GET
Airports Dataset
Airport data is fundamental to any travel-related product. A complete airports dataset helps you meet user expectations and ship better experiences—destination maps, airport pickers, logistics models, internal tools, analytics, and more.
Use the Airports Dataset endpoint to retrieve airports worldwide and filter them by common aviation identifiers.
Authentication
string
required
Your FlyStack API token. You can create one from the dashboard (see Authentication).
Query parameters
Airport identifiers
string
Filter by airport IATA code (e.g.,
CDG).string
Filter by airport ICAO code (e.g.,
LFPG).string
Filter by IATA city code (e.g.,
PAR).string
Filter by country ISO-2 code (e.g.,
FR).Response shaping
string
Comma-separated list of fields to return (e.g.,
name,iata_code,icao_code,lat,lng).The response can be shortened for readability when using
_fields. Data coverage may vary by airport.Response
The endpoint returns a list of airports.Airports dataset response fields
string
Public airport name.
string
Official IATA code.
string
Official ICAO code.
number
Latitude.
number
Longitude.
number
Airport elevation (feet).
string
Metropolitan city name (when available).
string
IATA city code (when available).
string
United Nations location code (when available).
string
IANA timezone (when available).
string
ISO-2 country code.
string
Unique airport identifier.