OpenSky Network API
The OpenSky Network API provides developers with access to real-time and historical flight tracking data from aircraft around the world. It collects and processes information through community-based ADS-B and Mode S receivers, delivering details such as aircraft position, velocity, identification, and flight status. This makes it a valuable tool for aviation research, building flight-tracking applications, monitoring air traffic, and analyzing airspace activity. Developers can use the API for projects ranging from hobbyist dashboards to large-scale data-driven aviation platforms.
1
Endpoints
0
Views
Aug 19, 2025
Last Checked
NaN
Rate Limit
API Endpoints
Get real-time states of all aircraft
Full URL
https://opensky-network.org/api/api/states/all
Code Examples
curl -X GET 'https://opensky-network.org/api/api/states/all'
Example Response
{
"time": 1620000000,
"states": [
[
"a1b2c3",
"UAL100",
"United States"
]
]
}
Version
v1
Rate Limit
Unlimited
Tags
aviationflightstracking
Related APIs
Discover similar APIs that might interest you