---
title: "Location"
method: GET
path: "/vehicles/{vehicle_id}/location"
tags: ["Vehicles"]
---

# Location

`GET /vehicles/{vehicle_id}/location`

__Description__

Retrieve latitude and longitude of a vehicle.

__Permission__

`read_location`

__Response Body__

|Name| Type|Description|
|--|--|--|
|`latitude`|number|The latitude (in degrees).|
|`longitude`|number|The longitude (in degrees).|

## Response `200`

A list of vehicles

- Location
  - `latitude` number, float, required
  - `longitude` number, float, required

---

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