Aviation Hub — Airports, Airlines, Routes & Live Flights
Pricing
from $0.01 / 1,000 results
Aviation Hub — Airports, Airlines, Routes & Live Flights
Full aviation database: 85k+ airports, the airline registry, a route mapper with geocoded endpoints & distances, live ADS-B aircraft and live METAR airport weather. Open data, no key.
Pricing
from $0.01 / 1,000 results
Rating
0.0
(0)
Developer
Dev D
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
Share
Aviation Hub — Airports, Airlines, Routes & Live Flights ✈️🌍
A complete aviation database in one Actor: 85,000+ airports, the world airline registry, a full route mapper with geocoded endpoints and great-circle distances, live aircraft in the sky, and live airport weather. All from public open data — no API key.
Most aviation APIs are locked behind keys, quotas and paywalls. This Actor fuses the best keyless open datasets — OurAirports, OpenFlights, ADS-B and NOAA aviation weather — into one clean, structured feed you can query six ways.
Six modes
| Mode | What you get |
|---|---|
| airports | Search/filter 85,000+ airports — IATA/ICAO codes, coordinates, elevation, country, city, type, scheduled service, and (optionally) full runway lists. |
| airlines | The airline registry — ~6,000 airlines with IATA/ICAO codes, callsign, country and active status. |
| routes | A real route mapper — every airline route with both endpoints geocoded (lat/lon), great-circle distance in km, the operating airlines and aircraft types. Perfect for drawing route maps. |
| live | Live aircraft in the sky around any airport or coordinate (ADS-B): callsign, registration, type, altitude, speed, heading, position, distance. |
| weather | Live METAR airport weather: temperature, wind, visibility, ceiling, altimeter and flight category (VFR/MVFR/IFR). |
| digest | One aviation-market summary row: busiest airports by routes, biggest airlines, airport counts by type and country, most common aircraft. |
Examples
Every large airport in a country, with runways
{ "mode": "airports", "country": "GB", "airportType": "large_airport", "includeRunways": true }
Route mapper — all routes out of Heathrow, longest first
{ "mode": "routes", "from": "LHR" }
Each row carries source_latitude/longitude and destination_latitude/longitude plus distance_km, so you can plot great-circle lines directly.
Does anyone fly JFK → Dubai, and on what aircraft?
{ "mode": "routes", "from": "JFK", "to": "DXB" }
Live aircraft within 60 nm of LAX
{ "mode": "live", "near": "KLAX", "radiusNm": 60 }
Live weather at five hub airports
{ "mode": "weather", "near": "KJFK,EGLL,OMDB,VCBI,YSSY" }
What each airport row looks like
ident · type · name · iata · icao · latitude · longitude · elevation_ft · municipality · country_code · country · region_code · scheduled_service · wikipedia_link · runways[]
Run it on a schedule
Airport and airline data update daily; aircraft and weather are real-time. Schedule a run to keep a live airport/route table in a sheet or dashboard, power a flight-map, feed a travel or logistics app, or track live traffic and weather at the airports you care about.
Data sources & notes
- Airports / runways / countries — OurAirports open data (public domain), refreshed daily. ~85k airports worldwide.
- Airlines / routes — OpenFlights open database — the standard open airline and route network (community-maintained). It is a broad reference network, not a live schedule; treat routes as "which carriers have flown this city pair" rather than today's timetable.
- Live aircraft — adsb.lol community ADS-B feed (no key). Coverage depends on volunteer receivers; ground/low-altitude aircraft may not appear.
- Airport weather — aviationweather.gov (NOAA) live METAR (no key).
- All data is public and non-personal (airport facilities, airline registries, aircraft tail numbers, weather). No API key required for any mode.
Keywords
aviation database, airport database, airport API, airline database, IATA code, ICAO code, airport codes, airline codes, flight routes, route map, airline routes, great circle distance, live flights, live aircraft, ADS-B, flight tracker, METAR, airport weather, aviation weather, runway data, OurAirports, OpenFlights, airports by country, busiest airports, flight data, aviation data, no API key.