latestOpenAPI 3.0.02026-08-093414154.6 KB
5331e15a22af
Models
Get models for street motorcycles
The demo dataset contains models sold between years 2015 - 2020. To access years 1930 - today please purchase a 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.
For complex queries you may use the json field to send an array of URL encoded JSON conditions, example:
[{"field": "make", "op": "in", "val": ["Kawasaki", "Harley Davidson"]}, {"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, and modified.
get/api/models/powersports
Query parameters
sort'OemMakeModels.name' | 'Makes.name'
type'street_motorcycle' required
yearstring
Value
makestring
Like
modelstring
Like
make_idstring
Value
jsonstring
OemJsonSearchFilter
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