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

# Retrieve compass heading for a Tesla.

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

__Description__

This endpoint returns the compass heading of a Tesla. The value is in degrees, with 0 degrees being North.

## Response `200`

returns the compass heading of a Tesla.

- Compass
  - `direction` 'N' | 'NE' | 'E' | 'SE' | 'S' | 'SW' | 'W' | 'NW' — The direction the vehicle is traveling.
  - `heading` number, float — The direction the vehicle is traveling (in degrees).

---

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