latestOpenAPI 3.0.02026-08-093414154.6 KB

5331e15a22af

Trims

Get vehicle data.

The demo dataset contains trims sold between years 2015 - 2020. To access years 1900 - today please purchase a Premium Subscription. You must include a valid JWT in the header once you have purchased a subscription otherwise you will continue to receive the demo dataset.

Returns all data associated with the vehicle trim.

get/api/trims/v2/{id}

Path parameters

idstring required

Response

idinteger
make_idinteger
model_idinteger
submodel_idinteger
yearinteger
makestring
modelstring
seriesstring
submodelstring
trimstring
descriptionstring
msrpinteger
invoiceinteger
createdstring datetime
modifiedstring datetime

Example response

{
  "created": "2023-06-29T21:02:16-04:00",
  "modified": "2023-06-29T21:02:16-04:00"
}