Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.chargeapi.co/llms.txt

Use this file to discover all available pages before exploring further.

{
    "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"
}
{
    "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

id
string
Unique identifier for the object.
battery
object
Battery telemetry for the vehicle.
location
object
Current geographic position of the vehicle.
odometer
object
Most recent odometer reading reported by the vehicle.
vehicle
string
ID of the vehicle this telemetry data belongs to.

More attributes

object
string
String representing the object’s type.
firmware_version
string
Firmware version currently running on the vehicle.