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

---

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