---
title: "Retrieve speed for a Tesla."
method: GET
path: "/vehicles/{vehicle_id}/tesla/speedometer"
tags: ["Tesla"]
---

# Retrieve speed for a Tesla.

`GET /vehicles/{vehicle_id}/tesla/speedometer`

__Description__

This endpoint returns the speed of a Tesla (in kilometers/hour by default or in miles/hour using the sc-unit-system).

## Response `200`

returns the speed of a Tesla.

- Speed
  - `speed` number, float

---

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