Apron

About

Apron is a web app for exploring every airport in the world with scheduled service — around 6,300 airports — through interactive maps, statistics and per-airport pages. The name comes from the airport apron, the area where aircraft are parked.

Travellers and airport enthusiasts can suggest edits to each airport's description and links. Submissions are reviewed by a moderator before publishing, and the full edit history is public on each airport page.

Data sources

API

A free, read-only public API is available (no auth, CORS enabled).

GET /api/v1/airports?country=JP&type=large_airport
GET /api/v1/airports/RJTT
GET /api/v1/airports.geojson?country=JP
GET /api/v1/airports/RJTT/contributions
GET /api/v1/countries
GET /api/v1/stats
POST /api/v1/contributions   { "airport_ident": "RJTT", "field": "description", "value": "..." }

Responses include attribution in meta.attribution. Please use responsibly.

Built with

Bun · Hono (SSR) · Cloudflare Workers · Cloudflare D1 · Vite · Tailwind CSS v4 · MapLibre GL JS · Biome · Vitest

Motivation: a fast, ad-free reference to see every airport in the world on one map — and a small, safe implementation of community-editable data with moderation, rate limiting and layered defenses.