Aviation Data
Live aircraft states
Live ADS-B-derived aircraft states from ADSB.lol.
GET
/v1/tracking/statesRequires X-API-KeyBounding-box (`min_lat`, `max_lat`, `min_lon`, `max_lon`) and `icao24` filters supported. When no bounding box is given the endpoint returns an empty list (no global dumps). Returns a 429 error in the `errors` array when ADSB.lol throttles the request.
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.
Query parameters
min_latnumberSouthern bound.
max_latnumberNorthern bound.
min_lonnumberWestern bound.
max_lonnumberEastern bound.
icao24stringComma-separated icao24 hex addresses.