v1

latestOpenAPI 3.0.02026-07-147195292.0 KB
VIN Decoder API

API for auto-completion of inputs based on taxonomy

Auto-complete the inputs of your end users, not from active set but from taxonomy (decoder database)

get/specs/car/auto-complete

Query parameters

api_keystring

The API Authentication Key. Mandatory with all API calls.

field'make' | 'model' | 'trim' | 'body_type' | 'body_subtype' | 'vehicle_type' | 'transmission' | 'drivetrain' | 'fuel_type' | 'engine' | 'engine_size' | 'engine_block' string required

Field name for which you want auto-completion

inputstring string required

Input entered so far

yearstring

To filter listing on their year

makestring

To filter listings on their make

modelstring

To filter listings on their model

trimstring

To filter listing on their trim

body_typestring

To filter listing on their body type

body_subtypestring string

Body subtype to filter the listings on. Valid filter values are those that our Search facets API returns for unique body subtypes. You can pass in multiple body subtype values comma separated

vehicle_typestring

To filter listing on their vehicle type

transmissionstring

To filter listing on their transmission

drivetrainstring

To filter listing on their drivetrain

fuel_typestring

To filter listing on their fuel type

enginestring

To filter listing on their engine

engine_sizestring

Engine Size to match. Valid filter values are those that our Search facets API returns for unique engine size. You can pass in multiple engine size values comma separated

engine_blockstring

Engine Block to match. Valid filter values are those that our Search facets API returns for unique Engine Block. You can pass in multiple Engine Block values comma separated

ignore_caseboolean

Boolean variable to indicate ignore case of current input

facet_min_countnumber

Provide minimum count value for facets

Response

Unique terms available in given field for auto completion

termsstring[]