Real-Time Flights
Real-time
Real-Time Flights
Track live flights worldwide with near real-time position, speed, heading, and status.
GET
Real-Time Flights
Integrate real-time flight tracking (live ADS-B style data) into your product: monitor individual flights, power flight status screens, visualize traffic on a map, or analyze airspace density and regularity.
Authentication
Your FlyStack API token. You can create one from the dashboard (see Authentication).
Query parameters
Area & performance
Bounding box:
south_lat,south_lng,north_lat,north_lng.Map zoom level to reduce the number of returned flights (0–11).
Aircraft / airline / flight filters
Filter by ICAO24 hex address.
Filter by aircraft registration number.
Filter by airline ICAO code.
Filter by airline IATA code.
Filter by airline country ISO-2 code.
Filter by flight ICAO code-number.
Filter by flight IATA code-number.
Filter by flight number only.
Filter by departure airport ICAO code.
Filter by departure airport IATA code.
Filter by arrival airport ICAO code.
Filter by arrival airport IATA code.
Response shaping
Comma-separated list of fields to return (e.g.,
hex,airline_iata,lat,lng).View format:
object: default JSON objectsarray: array rows (useful for browsers / fast rendering)
For
_view=array, make sure _fields lists fields in the exact order you want in the returned arrays.