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

# EV Battery Level

`GET /vehicles/{vehicle_id}/battery`

__Description__

Retrieve EV battery level of a vehicle.

__Permission__

`read_battery`

__Response body__

|  Name 	|Type   	|Boolean   	|
|---	|---	|---	|
|  `percentRemaining`|   number|  An EV battery’s state of charge (in percent). 	|
|   `range`|   number	|   The estimated remaining distance the vehicle can travel (in kilometers by default or in miles using the [sc-unit-system](https://smartcar.com/docs/api?version=v2.0&language=cURL#request-headers).	|

## Response `200`

return EV Battery Level reading

- BatteryLevel
  - `percentRemaining` number, float — An EV battery’s state of charge (in percent).
  - `range` number, float — The estimated remaining distance the vehicle can travel (in kilometers by default or in miles using the sc-unit-system).

---

[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)
