cURL
curl --request GET \ --url https://api.example.com/api/military/v1/get-wingbits-live-flight
{ "flight": { "icao24": "<string>", "callsign": "<string>", "lat": 123, "lon": 123, "altitude": 123, "speed": 123, "heading": 123, "verticalRate": 123, "registration": "<string>", "model": "<string>", "operator": "<string>", "onGround": true, "lastSeen": "<string>" } }
GetWingbitsLiveFlight retrieves real-time position data from the Wingbits ECS network for a single aircraft.
ICAO 24-bit hex address (lowercase, 6 characters).
Successful response
GetWingbitsLiveFlightResponse contains the live flight data, if available.
WingbitsLiveFlight contains real-time flight position data from the Wingbits ECS network.
Show child attributes
Was this page helpful?