List modifications
Returns all modifications for the provided make, model, year or generation parameters. Please note that you need to specify at least one of the following parameters: year or generation.
All array parameters can have multiple values. For example, region=eudm®ion=usdm.
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)
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.
Engine Fuel is a fuel that is used to provide power to the engine in motor vehicles (e.g. diesel)
Horsepower value (1hp = 550 ft⋅lbf/s), hp. If defined, the search will be performed within the range of ±2.7hp Matches total system power — for hybrids the combined system figure, not the internal-combustion engine alone. (e.g. 150)
Minimum horsepower value, hp. Matches total system power — for hybrids the combined system figure, not the internal-combustion engine alone. (e.g. 125)
Maximum horsepower value, hp. Matches total system power — for hybrids the combined system figure, not the internal-combustion engine alone. (e.g. 225)
Provides a non-strict search by engine/trim name. (e.g. ('2.0 PHEV', '2.0 TDI SCR BlueMotion 4Motion')) Typically used for integration with other systems (i.e. search by license plate). To narrow down your results use fuel and/or horsepower filters.
Provides a case-insensitive search by trim level. (e.g. EX-L, Touring, Executive)
Comma-separated list without spaces. Supported field names: trim, start_year, end_year
Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.