Search By Model

List manufacturers

Returns all manufacturers from the database

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

get/v2/makes/

Query parameters

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.

brandsstring

Provide data for selected car manufacturers. Use GET /makes/ method to get the full list. (e.g. mitsubishi,nissan,toyota)

brands_excludestring

Exclude data for selected car manufacturers. Use GET /makes/ method to get the full list. (e.g. geely,great-wall)

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.