Search By Model

Search by model

Returns all modifications for the provided make, model, year, generation, modification or region parameters. Please note that the search query provides access to wheel fitment data.

In addition to the required parameters, there are restrictions on the combination of parameters. You need to provide:

  1. make parameter;
  2. model parameter;
  3. at least one of the following parameters: modification or region;
  4. at least one of the following parameters: year or generation — not required when modification is provided.
get/v2/search/by_model/

Query parameters

makestring required
Example:mitsubishi

A car's Make is the brand of the vehicle. You can use GET /makes/ to get a list of available slug values. (e.g. mitsubishi)

modelstring required
Example:outlander

The particular Model of the brand. You can use GET /models/ to get a list of available slug values. (e.g. outlander)

yearinteger

You can use GET /years/ to get a list of available slug values. (e.g. 2015)

generationstring

Vehicle Generation refers to the life cycle of a design for a specific make and model. You can use GET /generations/ to get a list of available slug values. (e.g. 18d10dc6e6)

modificationstring

Vehicle Modification is a variant of the engine of a car model, in some cases supplemented by the following parameters: drivetrain, body, transmission and country of production. You can use GET /modifications/ to get a list of available slug values. (e.g. 7bb1166e91)

region'usdm' | 'cdm' | 'mxndm' | 'ladm' | 'eudm' | 'russia' | 'jdm' | 'chdm' | 'skdm' | 'sam' | 'medm' | 'nadm' | 'sadm' | 'audm'

A Region is the region where the car was officially sold or is still being sold. You can use GET /regions/ to get a list of available slug values. (e.g. usdm)

langstring

Use this parameter to get translations for the fields of the following objects: Make, Model, Region. The field name_en always has the original English name. By default en language is used. Currently, translation works in Chinese (zh-cn) and Japanese (ja) languages only.

add_configuratorboolean

Optional parameter for Wheel Configurator API specifics. If set to true, information on linked Wheel Configurator templates will be included. (e.g. true)

orderingstring

Comma-separated list without spaces. Supported field names: trim, start_year, end_year, wheels:is_stock, wheels:tire_diameter, wheels:tire_weight

limitinteger

Maximum number of results to return (0–100).

offsetinteger

Number of results to skip for pagination.

Response

Changes

No recorded changes to this endpoint across all 1 revision of this API.