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

# EV Charging Limit

`GET /vehicles/{vehicle_id}/charge/limit`

__Description__

Returns the current charge limit of an electric vehicle.

## Response `200`

return EV Charge Limit

- ChargeLimit
  - `limit` number, float — The level at which the vehicle should stop charging and be considered fully charged (in percent).

---

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