Search Vehicle by Facets

The Vehicle Facets API allows you to narrow down the matching vehicle based on the vehicle's parameters. The facets available are: year, make, model, badge, series, transmission, body, body_style, fuel, engine and wheelbase.

Please note that this API is an exact match search. For clarity this means that a search as follows ("Raptor"):

year=2023&make=Ford&model=Ranger&badge=Raptor

Will not return any results.

However a search as follows ("RAPTOR"):

year=2023&make=Ford&model=Ranger&badge=RAPTOR

Will return a result set.

Subsequently it is important to utilise the Facet Searcharrow-up-right to identify the appropriate facet descriptors.

get

Search for a vehicle by specifying its facets, return matching vehicles

Query parameters
yearstringOptional

The build year of the vehicle

Example: 2009
makestringOptional

The make of the vehicle

Example: Nissan
modelstringOptional

The model of the vehicle

Example: Skyline
badgestringOptional

The badge of the vehicle

Example: 370GT Type SP
seriesstringOptional

The series of the vehicle

Example: V36
transmissionstringOptional

The specific transmission type (e.g. Sports Automatic, Automated Manual, etc...)

Example: Sports Automatic
transmission_typestringOptional

The basic transmission type (i.e. Automatic, Manual or Reduction Gear)

Example: Automatic
body_typestringOptional

The body type of the vehicle (e.g. Hatchback, Sedan, etc...)

Example: Sedan
fuelstringOptional

The fuel type of the vehicle (e.g. Petrol, Diesel, etc...)

Example: Petrol
drivestringOptional

The specific drive type (e.g. AWD, 4WD, 4x4 Dual Range, etc...)

Example: RWD
drive_typestringOptional

The basic drive type of the vehicle (e.g. Front Wheel Drive, Rear Wheel Drive, etc...)

Example: Rear Wheel Drive
limitintegerOptional

The maximum number of results to return per facet query (default: 5)

Example: 5
Responses
chevron-right
200

Vehicle Search Response

application/json
get
/v1/vehicles/facets/search

Last updated