Search By Model

List models

Returns all models for the provided make parameter

All array parameters can have multiple values. For example, region=eudm&region=usdm.

get/v2/models/

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)

yearinteger

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

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.

orderingstring

Comma-separated list without spaces. Supported field names: slug

Response

Changes

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