GET
/
vehicles
/
{id}
/
{make}
/
battery

This endpoint is currently available for tesla

Permission

read_battery

Request

Path

id
string
required

The vehicle ID of the vehicle you are making a request to.

make
string
required

The make of the vehicle you are making a request to.

Response

percentRemaining
number | null

The EV’s state of charge as a percentage.

range
number | null

The distance the vehicle can travel powered by it’s high voltage battery.

heaterOn
bool | null

Indicates if the battery heater is on.

rangeEstimated
number | null

The estimated remaining distance the vehicle can travel powered by it’s high voltage battery as determined by Tesla.

rangeIdeal
number | null

The ideal remaining distance the vehicle can travel powered by it’s high voltage battery as determined by Tesla.

percentRemainingUsable
number | null

The EV’s useable state of charge as a percentage as reported by Tesla.

maxRangeChargeCounter
number | null

The number of times the vehicle has been charged to 100% as reported by Tesla.

notEnoughPowerToHeat
bool | null

Indicates if there is enough power to heat the battery.