Access real-time and historical data of any and all airborne aircraft
ADS-B Exchange provides real-time and historical flight data for aircraft tracking and application development.
import requests
url = "https://api.adsbexchange.com/v2/aircraft/icao/A12B34"
headers = {
"X-ADSB-Exchange-Key": "YOUR_API_KEY"
}
response = requests.get(url, headers=headers)
print(response.json())Last 50 checks (10 min intervals)