---
title: "Retrieve charging ammeter time for a Tesla."
method: GET
path: "/vehicles/{vehicle_id}/tesla/charge/ammeter"
tags: ["Tesla"]
---

# Retrieve charging ammeter time for a Tesla.

`GET /vehicles/{vehicle_id}/tesla/charge/ammeter`

__Description__

When the vehicle is plugged in, this endpoint returns the amperage of the charger measured by the vehicle. When the vehicle is not plugged in, this endpoint results in a vehicle state error.

## Response `200`

returns the amperage of the charger measured by the vehicle.

- ChargeAmmeter
  - `amperage` number, float — The amperage of the charger measured by the vehicle.

---

[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/versions/2101455240dc/schema)
