cURL
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 }
Returns the state of a vehicle’s battery.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The associated VIN.
Success