{
"capacity": 28
}
Battery Capacity (Canada Only)
Returns the rated capacity of the electric vehicle’s high voltage battery for Canadian based vehicles.
GET
/
v2.0
/
vehicles
/
{id}
/
battery
/
capacity
{
"capacity": 28
}
Battery capacity for all regions, including Canada, is now available from the nominal capacity endpoint. This Canada-only endpoint will be deprecated alongside API v2.0.
The Vehicles API v2.0 will be deprecated on December 1, 2026. The latest version, v3, was introduced on August 26, 2025. We recommend migrating as soon as possible to ensure continued support and access to new features.
Permission
read_battery
Request
Pathstring
required
The vehicle ID of the vehicle you are making a request to.
Response
number
The rated capacity of the battery in kWh.
{
"capacity": 28
}
Was this page helpful?

