flight-intel__get_aircraft_by_icao24
ActiveTool of TO1 Intelligence Fleet
[flight-intel] Looks up the current real-time state vector (position, altitude, velocity, heading, on-ground flag) for a single aircraft by its unique ICAO24 transponder address, using the OpenSky Network anonymous-tier free API. Data reflects the aircraft's last known ADS-B report and is typically no more than ~10 seconds stale when the aircraft is actively transmitting. Anonymous access is rate-limited to roughly 100 credits/day; returns not-found if the aircraft is not currently airborne or not reporting.
Parameters schema
{
"type": "object",
"required": [
"icao24"
],
"properties": {
"icao24": {
"type": "string",
"description": "6-character hex ICAO24 transponder address of the aircraft, e.g. \"3c4b45\". Case-insensitive."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
TO1 Intelligence Fleet
1/7 registries