Aviation Data
Airport live departures
Recent ADS-B-derived departures for an airport.
GET
/v1/aviation/airports/{id}/departuresRequires X-API-KeyDelegates to the ADSB.lol adapter. Data is ADS-B-derived, so only fields available from transponder data are populated — scheduled times, terminal, gate and delay_minutes are absent. Returns `429 rate_limited` inside the errors array when the upstream throttles. Returns `503 not_configured` when `ADSBLOL_ENABLED` is false.
Authorization
X-API-KeystringRequiredOpaque API key issued from the Norba dashboard. Sent on every request as the X-API-Key HTTP header. Missing or invalid keys are rejected with 401 Unauthorized.
Path parameters
idstringRequiredAirport id, IATA or ICAO.
Query parameters
beginintegerUnix seconds. Defaults to now-2h.
endintegerUnix seconds. Defaults to now.
Error codes
not_configuredUpstream adapter is disabled in the runtime config.
rate_limitedADSB.lol rate-limited the request — back off and retry.