A new version of Flight Reader API has been deployed. Release 2026.9 includes the following changes:
-
Added new RC.distance [ft] and RC.distance [m] log fields to show the distance from the aircraft’s current location to the mobile device.
-
Added new ADSB.currentHorizontalDistance [km], ADSB.currentSlantDistance [km], and ADSB.closestSlantDistance [km] log fields to provide ADS-B distance values in kilometers.
-
Fixed an issue where battery current was not always extracted correctly for one of the batteries when processing flight logs from dual-battery drones.
-
Fixed an issue where the GET /v1/files/flight-logs/{id}/{filename} API endpoint could fail when attempting to download a TXT flight log from DJI Cloud if the associated DJI account was no longer available or its password had been changed. When this occurs, the endpoint now returns a 404 response, indicating that POST /v1/accounts/dji should be called again to authenticate the DJI account and obtain a new unique ID.