GET
/
vehicles
/
{id}
/
battery
curl "https://api.smartcar.com/v2.0/vehicles/{id}/battery" \
    -H "Authorization: Bearer {token}" \
    -X "GET"
{
    "percentRemaining": 0.3,
    "range": 40.5
}

Permission

read_battery

This endpoint is only available for BEVs and PHEVs.

Request

Path

id
string
required

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

Response

percentRemaining
number

The EV’s state of charge as a percentage.

range
number
default: "kilometers"

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