SkillAgentSearch skills...

Airports

A JSON database of 28k+ airports with ICAO/IATA codes, names, cities, two-letter country identifiers, elevation, latitude & longitude, and a timezone identifier

Install / Use

/learn @mwgg/Airports
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Airports

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

View on GitHub
GitHub Stars726
CategoryData
Updated1d ago
Forks218

Security Score

95/100

Audited on Mar 26, 2026

No findings