Skip to content
AutoSuggesAutoSugges home
Start free
Menu
Appearance
Appearance: System.

Airports

4,008 airports with scheduled passenger service, grouped by country, searchable by name, IATA or ICAO code, or city. Source: OurAirports (public domain).

Provenance

Effective version
commit 44d4715 (2026-09-24)
Retrieved
2026-09-23
Refresh cadence
Nightly upstream; refreshed deliberately
Licence
Public domain. OurAirports: "All data is released to the Public Domain, and comes with no guarantee of accuracy or fitness for use." Read the licence
Attribution
OurAirports (public domain)

Field schema

4,241 items, across 2 hierarchy levels: country, airport.

  • country: 233
  • airport: 4,008
Every field this dataset’s items carry
FieldTypeMeaning
valuestringThe canonical, unique value — what a query resolves to.
displayValuestringThe locale-resolved label a suggestion renders.
descriptionstring, optionalFree-text detail shown beside the item. NAICS uses it for the ancestor breadcrumb; not every dataset sets it.
parentSourceIdstring, optionalThe parent item in the source’s own key space, for a hierarchical dataset.
hierarchyLevelstring, optionalWhich level of the hierarchy this item sits at.
displayOrderintegerCurated display order, distinct from relevance rank (`DEC-LIST-004`).
aliasesstring[]Alternate spellings that resolve to this item at no extra runtime KV read (`DEC-ALIAS-001`).
metadataobjectDataset-specific fields — e.g. NAICS’s `code`/`level`/`trilateral`, or a country’s `alpha2`/`alpha3`/`numeric`.

A worked item

{
  "value": "FBD",
  "displayValue": "Fayzabad Airport",
  "description": "Fayzabad, Afghanistan",
  "aliases": [
    "FBD",
    "OAFZ",
    "Fayzabad"
  ],
  "metadata": {
    "iata": "FBD",
    "icao": "OAFZ",
    "municipality": "Fayzabad",
    "type": "small_airport",
    "isoRegion": "AF-BDS",
    "lat": 37.122148,
    "lon": 70.5201
  },
  "ancestors": [
    {
      "value": "AF",
      "displayValue": "Afghanistan"
    }
  ]
}

Query it

/v1/query?key=YOUR_PUBLISHABLE_KEY&q=fayzabad

The publishable key above is a public, browser-safe identifier — never a secret.

Download

The licence above permits redistributing the compiled list as a file. Download Airports as JSON.