Engineering · API
Public data endpoints
All edge endpoints are stateless, cacheable, and return JSON (except SSE). Every endpoint normalizes its upstream into the schema the globe consumes.
| Endpoint | Purpose | Refresh |
|---|---|---|
| /api/public/opensky-stream | Aviation SSE | stream |
| /api/public/opensky | Aviation snapshot | ~5s |
| /api/public/adsb | ADS-B mirror passthrough | 20s |
| /api/public/conflicts | Conflict events + ORBAT | 60s |
| /api/public/news | Global GDELT events | 45s |
| /api/public/nearby-news | Geo-scoped GDELT | on-demand |
| /api/public/osm-cams | CCTV from Overpass | 6h |
| /api/public/flock | DeFlock ALPR dataset | 24h |
| /api/public/camproxy | HLS / image camera proxy | passthrough |
| /api/public/flight-route | Route & airline lookup | on-demand |
| /api/public/airports | Airport metadata | static |
| /api/public/ip-check | ASN / abuse lookup | on-demand |
| /api/public/exposed-real | Exposed device intel | 60s |
ourwrld / documentation