Aviation Data

Airport live departures

Recent ADS-B-derived departures for an airport.

GET/v1/aviation/airports/{id}/departuresRequires X-API-Key

Delegates 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-KeystringRequired

Opaque 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

idstringRequired

Airport id, IATA or ICAO.

Query parameters

begininteger

Unix seconds. Defaults to now-2h.

endinteger

Unix seconds. Defaults to now.

Error codes

not_configured

Upstream adapter is disabled in the runtime config.

rate_limited

ADSB.lol rate-limited the request — back off and retry.