The Vehicle Telemetry object
{
"id" : "vtel_QqrK9N8ew14uY0Qi7gHlQD0vWQ48hdBP" ,
"object" : "vehicle_telemetry" ,
"battery" : {
"capacity" : 82000 ,
"level" : 78 ,
"range" : 320000 ,
"status" : "charging" ,
"temperature" : 24.5 ,
"updated" : "2026-04-01T01:34:31.737Z"
},
"firmware_version" : "v1.2.3" ,
"location" : {
"latitude" : 48.8698 ,
"longitude" : 2.3319 ,
"updated" : "2026-04-01T01:34:40.112Z"
},
"odometer" : {
"unit" : "KMS" ,
"updated" : "2026-04-01T01:34:34.348Z" ,
"value" : 32540
},
"vehicle" : "veh_eDmko7kTu3LBcfLJ3E5QslrtSRvbsyOZ"
}
The Vehicle Telemetry object
{
"id" : "vtel_QqrK9N8ew14uY0Qi7gHlQD0vWQ48hdBP" ,
"object" : "vehicle_telemetry" ,
"battery" : {
"capacity" : 82000 ,
"level" : 78 ,
"range" : 320000 ,
"status" : "charging" ,
"temperature" : 24.5 ,
"updated" : "2026-04-01T01:34:31.737Z"
},
"firmware_version" : "v1.2.3" ,
"location" : {
"latitude" : 48.8698 ,
"longitude" : 2.3319 ,
"updated" : "2026-04-01T01:34:40.112Z"
},
"odometer" : {
"unit" : "KMS" ,
"updated" : "2026-04-01T01:34:34.348Z" ,
"value" : 32540
},
"vehicle" : "veh_eDmko7kTu3LBcfLJ3E5QslrtSRvbsyOZ"
}
This object represents vehicle telemetry in Charge. It provides near-real-time battery, range, location, firmware, and odometer data for a connected vehicle.
Attributes
Unique identifier for the object.
Battery telemetry for the vehicle. Battery capacity in watt-hours (Wh).
Battery charge level as a percentage (0–100).
Estimated remaining driving range in meters.
Measured battery temperature in Celsius.
Time at which the battery telemetry was last updated. RFC 3339 UTC timestamp with millisecond precision, e.g. 2026-03-03T14:05:23.789Z.
Current geographic position of the vehicle. Latitude component of the GPS position.
Longitude component of the GPS position.
Time at which the location was last updated. RFC 3339 UTC timestamp with millisecond precision, e.g. 2026-03-03T14:05:23.789Z.
Most recent odometer reading reported by the vehicle. Unit of measurement for the odometer value. Available options: KMS, MILES
Time at which the odometer was last updated. RFC 3339 UTC timestamp with millisecond precision, e.g. 2026-03-03T14:05:23.789Z.
Total distance driven by the vehicle.
ID of the vehicle this telemetry data belongs to.
More attributes
String representing the object’s type.
Firmware version currently running on the vehicle.