> For the complete documentation index, see [llms.txt](https://docs.rekor.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rekor.ai/developers/carcheck/vehicle-characteristics-supported.md).

# Vehicle Characteristics Supported

Rekor CarCheck® utilizes artificial intelligence and machine learning to identify over 2000 unique vehicle characteristics and capture the complete vehicle signature. Now, in addition to plate number and region, users can receive a vehicle's type, make, model, color, year, and direction of travel. The countless vehicle characteristics we support are listed below.

## Body Types Supported

* Antique
* Commercial Bus
* Emergency Vehicle
* Farm Tractor
* Garbage Truck
* Minivan
* Motorcycle
* RV/Trailer
* School Bus
* Sedan (Any)
* Sedan (Compact)
* Sedan (Convertible)
* Sedan (Full-size)
* Sedan (Sport)
* Sedan (Wagon)
* SUV (Any)
* SUV (Crossover)
* SUV (Full-size)
* Taxi
* Tractor/Trailer
* Truck
* Utility Trailer
* Van

## Colors Supported

* Black
* Blue
* Brown
* Gold/Beige
* Green
* Orange
* Pink
* Purple
* Red
* Silver/Gray
* White
* Yellow

## Direction of Travel Supported

* Entering
* Exiting
* North
* South
* East
* West

*Note* - When dealing with the direction of travel, our system will often report the direction of travel as an integer. Use the below table to map that to the table above

```
DIRECTION_OF_TRAVEL_UNKNOWN = -1
DIRECTION_OF_TRAVEL_ENTERING = 0
DIRECTION_OF_TRAVEL_EXITING = 1
DIRECTION_OF_TRAVEL_NORTH = 2
DIRECTION_OF_TRAVEL_SOUTH = 3
DIRECTION_OF_TRAVEL_EAST = 4
DIRECTION_OF_TRAVEL_WEST = 5
```

## Makes Supported

* Abarth
* Acura
* Agrale
* Aixam
* Alfa Romeo
* Aro
* Aston Martin
* Audi
* Austin
* Autobianchi
* BAIC
* BAW
* Bedford
* Bentley
* BMW
* Brilliance
* Buick
* Cadillac
* Cam
* Caravans-Wohnm
* Casalini
* Caterham
* Chana
* Changhe
* Chery
* Chevrolet
* Chrysler
* Citroen
* CMC
* Dacia
* Daewoo
* Daihatsu
* Daimler
* Datsun
* Dodge
* Donkervoort
* DR Automobiles
* DS Automobiles
* Ducati
* Effa
* FAW
* Ferrari
* Fiat
* Fisker
* Force
* Ford
* Freightliner
* GAC GONOW
* GAZ
* Geely
* Genesis
* GMC
* Great Wall
* Harley Davidson
* Holden
* Honda
* Hummer
* Hyundai
* Infiniti
* Innocenti
* Isuzu
* Iveco
* JAC
* Jaguar
* Jeep
* JMC
* Kawasaki
* Kenworth
* Kia
* Koda
* KTM
* Lada
* Lamborghini
* Lancia
* Land Rover
* LDV
* Lexus
* Leyland
* Lifan
* Ligier
* Lincoln
* Lotus
* Mahindra
* Martin Motors
* Maruti Suzuki
* Maserati
* Mazda
* McLaren
* Mercedes-Benz
* Mercury
* MG
* Microcar
* Mini
* Mitsubishi
* Morgan
* Morris
* MP Lafer
* Nissan
* Oldsmobile
* Oldtimer
* Opel
* Peterbilt
* Peugeot
* Piaggio
* Polaris
* Pontiac
* Porsche
* Proton
* Puma
* Ram
* Renault
* Rolls-Royce
* Rover
* Saab
* Santana
* Saturn
* Scania
* Scion
* Seat
* Shelby
* Skoda
* Smart
* SsangYong
* Subaru
* Suzuki
* Talbot
* Tata
* Tesla
* Tofa
* Toyota
* Trabant
* Triumph
* Trucks LKW
* TVR
* UAZ
* Victory
* Volkswagen
* Volvo
* Wartburg
* Westfield
* Willys
* Yamaha
* Zastava

## Models Supported

With support for over 2000 unique models, our list is constantly growing and being updated. If you would like a complete list of models we support, please [get in touch](https://rekor.ai/contact).

## Years Supported

* 1980-1984
* 1985-1989
* 1990-1994
* 1995-1999
* 2000-2004
* 2005-2009
* 2010-2014
* 2015-2019


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.rekor.ai/developers/carcheck/vehicle-characteristics-supported.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
