---
title: "information about the simulated vehicle"
method: GET
path: "/simulator/info"
tags: ["simulator"]
---

# information about the simulated vehicle

`GET /simulator/info`

Obtain detailed information about the simulated vehicle.

## Response `200`

vehicle details

- ModelsVehicleDetail
  - `AutoID` integer, required
  - `DriverID` integer
  - `FleetID` integer
  - `OwnerID` integer
  - `Name` string
  - `Make` string
  - `Model` string
  - `Year` integer
  - `VIN` string — Vehicle identification number in accordance with ISO 3779:2009
  - `LicensePlate` string
  - `RegistrationExpiry` string, date
  - `FuelCapacity` string
  - `Odometer` number, double
  - `PolicyID` string
  - `Notes` string — Optional field to enter owner notes about the vehicle
  - `PhotoUrls` string[]
  - `DriveTrain` string
  - `EngineType` string
  - `ExteriorColor` string
  - `InteriorColor` string
  - `Transmission` string

## Other responses

- `401` — Access token is missing or invalid

## Changes

- **2026-07-17** `c420a5f456ea` — 10 breaking, 1 info
  - the `DriveTrain` response property's maxLength was unset from `10` for the response status `200`
  - the `EngineType` response property's maxLength was unset from `30` for the response status `200`
  - the `ExteriorColor` response property's maxLength was unset from `30` for the response status `200`
  - the `InteriorColor` response property's maxLength was unset from `30` for the response status `200`
  - …7 more
- **2021-05-23** `721e64938b54` — 1 info
  - endpoint added
- **2020-07-03** `f4f4c18b287e` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/knowgoio/apis/knowgo-vehicle-simulator-api/changes/simulator/info/get.md)

---

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