List manufacturers
Returns all manufacturers from the database
All array parameters can have multiple values. For example, region=eudm®ion=usdm.
Query parameters
You can use GET /years/ to get a list of available slug values. (e.g. 2015)
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.
Provide data for selected car manufacturers. Use GET /makes/ method to get the full list. (e.g. mitsubishi,nissan,toyota)
Exclude data for selected car manufacturers. Use GET /makes/ method to get the full list. (e.g. geely,great-wall)
Comma-separated list without spaces. Supported field names: slug
Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.