---
title: "get the locations for a specific vehicle"
method: GET
path: "/exve/vehicles/{vehicleId}/locations"
tags: ["exve"]
---

# get the locations for a specific vehicle

`GET /exve/vehicles/{vehicleId}/locations`

Obtain a list of changes in geolocation for a specific vehicle.

## Path parameters

- `vehicleId` integer, required

## Response `200`

vehicle locations

- ExveResourcesLocations
  - `locations` object[], required
    - `latitude` number, required
    - `longitude` number, required
    - `bearing` integer, required — Bearing in degrees.
    - `timestamp` string, date-time, required

## Other responses

- `401` — Access token is missing or invalid

---

[API](https://skmtc.net/knowgoio/apis/knowgo-vehicle-simulator-api.md) · [All operations](https://skmtc.net/knowgoio/apis/knowgo-vehicle-simulator-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/knowgoio/knowgo-vehicle-simulator-api/revisions/c420a5f456ea/schema)
