Search By Model

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&region=usdm.

get/v2/modifications/

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)

regionstring[]

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.

fuel'diesel' | 'electric' | 'ethanol' | 'flex-fuel' | 'hybrid' | 'hydrogen' | 'lpg' | 'natural-gas' | 'petrol' | 'petrol-lpg' | 'petrol-natural-gas'

Engine Fuel is a fuel that is used to provide power to the engine in motor vehicles (e.g. diesel)

horsepowernumber double

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)

horsepower_minnumber double

Minimum horsepower value, hp. Matches total system power — for hybrids the combined system figure, not the internal-combustion engine alone. (e.g. 125)

horsepower_maxnumber double

Maximum horsepower value, hp. Matches total system power — for hybrids the combined system figure, not the internal-combustion engine alone. (e.g. 225)

trimstring

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.

trim_levelstring

Provides a case-insensitive search by trim level. (e.g. EX-L, Touring, Executive)

orderingstring

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.