latestOpenAPI 3.0.02026-08-093414154.6 KB

5331e15a22af

Years

Year list for street motorcycles

The demo dataset contains model years sold between 2015 - 2020. To access years 1900 - 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"]}]

Allowed operators are: >, <, >=, <=, in, not in, like, not like, is null and not null.

Allowed search fields are: year, make, model, trim, make_id, and make_model_id.

get/api/years/powersports

Query parameters

type'street_motorcycle' required
yearstring

Value

makestring

Value

modelstring

Value

submodelstring

Value

oem_make_model_idstring

Value

make_idstring

Value

jsonstring

OemJsonSearchFilter

Response

integer[] required

Example response

[
  2022,
  2021,
  2020
]