---
title: "Year list for street motorcycles"
method: GET
path: "/api/years/powersports"
tags: ["Years"]
---

# Year list for street motorcycles

`GET /api/years/powersports`

The demo dataset contains model years sold between 2015 - 2020. To access years 1900 - today please purchase a
[subscription](/pricing/power-sports). 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`.

## Query parameters

- `type` 'street_motorcycle', required
- `year` string — Value
- `make` string — Value
- `model` string — Value
- `submodel` string — Value
- `oem_make_model_id` string — Value
- `make_id` string — Value
- `json` string — OemJsonSearchFilter

## Response `200`

- integer[]

## Other responses

- `400` — BadRequestException
- `405` — MethodNotAllowedException
- `429` — TooManyRequestsException - Max Per Minute: 600
- `503` — ServiceUnavailableException

---

[API](https://skmtc.net/carapi/apis/car-api-documentation.md) · [All operations](https://skmtc.net/carapi/apis/car-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carapi/car-api-documentation/revisions/5331e15a22af/schema)
