---
title: "EV Charging Status"
method: GET
path: "/vehicles/{vehicle_id}/charge"
tags: ["Evs"]
---

# EV Charging Status

`GET /vehicles/{vehicle_id}/charge`

__Description__

Returns the current charge status of an electric vehicle.

__Permission__

`read_charge`

__Response body__

|  Name 	|Type   	|Boolean   	|
|---	|---	|---	|
|  `isPluggedIn` 	|   boolean	|  Indicates whether a charging cable is currently plugged into the vehicle’s charge port. 	|
|   `state`	|   string	|   Indicates whether the vehicle is currently charging. Options: `CHARGING` `FULLY_CHARGED` `NOT_CHARGING`	|

## Response `200`

return EV Charge reading

- ChargeStatus
  - `isPluggedIn` boolean — Indicates whether a charging cable is currently plugged into the vehicle’s charge port.
  - `state` 'CHARGING' | 'FULLY_CHARGED' | 'NOT_CHARGING'

---

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