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:
- make parameter;
- model parameter;
- at least one of the following parameters: modification or region;
- at least one of the following parameters: year or generation — not required when modification is provided.
Query parameters
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)
The particular Model of the brand. You can use GET /models/ to get a list of available slug values. (e.g. outlander)
You can use GET /years/ to get a list of available slug values. (e.g. 2015)
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)
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)
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)
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.
Optional parameter for Wheel Configurator API specifics. If set to true, information on linked Wheel Configurator templates will be included. (e.g. true)
Comma-separated list without spaces. Supported field names: trim, start_year, end_year, wheels:is_stock, wheels:tire_diameter, wheels:tire_weight
Maximum number of results to return (0–100).
Number of results to skip for pagination.
Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.