v1

latestOpenAPI 3.0.32026-07-13353343.5 KB
Evs

EV Battery Level

Description

Retrieve EV battery level of a vehicle.

Permission

read_battery

Response body

NameTypeBoolean
percentRemainingnumberAn EV battery’s state of charge (in percent).
rangenumberThe estimated remaining distance the vehicle can travel (in kilometers by default or in miles using the sc-unit-system.
get/vehicles/{vehicle_id}/battery

Response

return EV Battery Level reading

percentRemainingnumber float

An EV battery’s state of charge (in percent).

rangenumber float

The estimated remaining distance the vehicle can travel (in kilometers by default or in miles using the sc-unit-system).

Example response

{
  "percentRemaining": 0.75,
  "range": 40.5
}