List models
Returns all models for the provided make parameter
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)
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.
Comma-separated list without spaces. Supported field names: slug
Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.