GET /specs/car/auto-complete

apigee.net:marketcheck-cars

Summary: API for auto-completion of inputs based on taxonomy
Operation ID:
Auth: api_key
Description

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

Parameters (18)

api_key (string, query, optional)

The API Authentication Key. Mandatory with all API calls.

body_subtype (string, query, optional)

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

body_type (string, query, optional)

To filter listing on their body type

drivetrain (string, query, optional)

To filter listing on their drivetrain

engine (string, query, optional)

To filter listing on their engine

engine_block (string, query, optional)

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

engine_size (string, query, optional)

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

facet_min_count (number, query, optional, default: 1)

Provide minimum count value for facets

field (string, query, required)

Field name for which you want auto-completion

Constraints: {'enum': ['make', 'model', 'trim', 'body_type', 'body_subtype', 'vehicle_type', 'transmission', 'drivetrain', 'fuel_type', 'engine', 'engine_size', 'engine_block']}

fuel_type (string, query, optional)

To filter listing on their fuel type

ignore_case (boolean, query, optional, default: True)

Boolean variable to indicate ignore case of current input

input (string, query, required)

Input entered so far

make (string, query, optional)

To filter listings on their make

model (string, query, optional)

To filter listings on their model

transmission (string, query, optional)

To filter listing on their transmission

trim (string, query, optional)

To filter listing on their trim

vehicle_type (string, query, optional)

To filter listing on their vehicle type

year (string, query, optional)

To filter listing on their year

Constraints: {'minLength': 4}

No probe data for this endpoint yet.