Aviation Data

Live aircraft states

Live ADS-B-derived aircraft states from ADSB.lol.

GET/v1/tracking/statesRequires X-API-Key

Bounding-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-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.

Query parameters

min_latnumber

Southern bound.

max_latnumber

Northern bound.

min_lonnumber

Western bound.

max_lonnumber

Eastern bound.

icao24string

Comma-separated icao24 hex addresses.