mwgg/airports

A JSON collection of ~29k entries with basic information about nearly every airport and landing strip in the world

Maintainers

Package info

github.com/mwgg/Airports

pkg:composer/mwgg/airports

Statistics

Installs: 1 403

Dependents: 0

Suggesters: 0

Stars: 727

Open Issues: 7

v2026.03.16 2026-03-16 10:56 UTC

This package is auto-updated.

Last update: 2026-04-01 22:36:50 UTC


README

A JSON collection of ~29k entries with basic information about nearly every airport and landing strip in the world. ICAO codes used as keys. Each entry contains IATA code, airport name, city, two-letter ISO country code, elevation above sea level in feet, coordinates in decimal degrees and time zone.

"KOSH": {
    "icao": "KOSH",
    "iata": "OSH",
    "name": "Wittman Regional Airport",
    "city": "Oshkosh",
    "state": "Wisconsin",
    "country": "US",
    "elevation": 808,
    "lat": 43.9844017029,
    "lon": -88.5569992065,
    "tz": "America/Chicago"
},

Time zones initially sourced from TimeZoneDB and updated using TimeAPI.

Star History

Star History Chart