GET
/
{vin}
/
battery
Get Battery
curl --request GET \
  --url https://api.tessie.com/{vin}/battery \
  --header 'Authorization: Bearer <token>'
{
  "timestamp": 1710785350,
  "battery_level": 89.828,
  "battery_range": 273.47,
  "ideal_battery_range": 273.47,
  "phantom_drain_percent": 1,
  "energy_remaining": 85.5,
  "lifetime_energy_used": 3266.888,
  "pack_current": -0.6,
  "pack_voltage": 451.61,
  "module_temp_min": 20.5,
  "module_temp_max": 21
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

vin
string
required

The associated VIN.

Response

200 - application/json

Success

The response is of type object.