---
title: "Get Location"
method: GET
path: "/{vin}/location"
tags: ["Vehicle Data"]
---

# Get Location

`GET /{vin}/location`

Returns the coordinates, street address and associated saved location of a vehicle.

## Response `200`

Success

- object
  - `latitude` number
  - `longitude` number
  - `address` string
  - `saved_location` string

---

[API](https://skmtc.net/tessie/apis/tessie-api.md) · [All operations](https://skmtc.net/tessie/apis/tessie-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tessie/tessie-api/versions/a9157f7a53a2/schema)
