Get Aircraft
get_aircraftLook up one aircraft by its ICAO24 transponder address (hex, e.g. "3c675a") and return where it is right now: position, altitude, speed, heading, squawk, registration, type and operator. Keyless. Historical flight legs for an aircraft are not available from the live feeds — for the scheduled route a callsign flies, use get_flight_route in the flights pack.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | Ignored — retained for compatibility; the live feeds carry no history. | |
| begin | No | Ignored — retained for compatibility; the live feeds carry no history. | |
| icao24 | Yes | ICAO24 transponder address in hex (e.g. "3c675a"). |