Search By Model

List generations

Returns all generations for the provided make and model parameters

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

get/v2/generations/

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)

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)

orderingstring

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

Response

Changes

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