v1
latestOpenAPI 3.0.32026-07-13353343.5 KBEvs
EV Battery Capacity
Description
Returns the total capacity of an electric vehicle's battery.
Permission
read_battery
Response body
| Name | Type | Boolean |
|---|---|---|
| capacity | number | The total capacity of the vehicle's battery (in kilowatt-hours). |
get/vehicles/{vehicle_id}/battery/capacity
Response
return EV Battery Capacity reading
Example response
{
"capacity": 40.5
}