# Vehicle Characteristics Supported

Rekor’s vehicle recognition 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
* 2020-2024
* 2025


---

# Agent Instructions: 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:

```
GET https://docs.rekor.ai/scout/getting-started/vehicle-characteristics-supported.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
