latestOpenAPI 3.0.02026-08-093414154.6 KB

5331e15a22af

Models

Get Models for light duty cars, trucks and vans (use /api/models/v2 instead)

We encourage users to begin migrating to /api/models/v2

Search models by year, make, model, trim or make_id.

To include the models make in the description request with the query parameter as verbose=yes.

For complex queries you may use the json field to send an array of URL encoded JSON conditions, example:

[{"field": "make", "op": "in", "val": ["Ford", "Acura"]}, {"field": "year", "op": ">=", "val": 2010}]

JSON operators: =, !=, >, <, >=, <=, in, not in, like, not like, not null, and is null.

JSON search fields: year, make, model, make_id, created, modified, and bodies.type.

get/api/models

Query parameters

sort'id' | 'make_id' | 'name'
verbose'yes' | 'no'

Includes make and model

yearstring

Value

makestring

Like

modelstring

Like

make_idstring

Value

jsonstring

JsonSearchFilter

Parameters

#/x-swagger-bake/components/parameters/paginatorPage — unresolved $ref
#/x-swagger-bake/components/parameters/paginatorLimit — unresolved $ref
#/x-swagger-bake/components/parameters/paginatorDirection — unresolved $ref

Response

GenericCollection required— unresolved $ref