---
title: "EV Battery Capacity"
method: GET
path: "/vehicles/{vehicle_id}/battery/capacity"
tags: ["Evs"]
---

# EV Battery Capacity

`GET /vehicles/{vehicle_id}/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). 	|

## Response `200`

return EV Battery Capacity reading

- BatteryCapacity
  - `capacity` number, float — The total capacity of the vehicle's battery (in kilowatt-hours).

---

[API](https://skmtc.net/smartcar/apis/smartcar-api.md) · [All operations](https://skmtc.net/smartcar/apis/smartcar-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartcar/smartcar-api/revisions/2101455240dc/schema)
