---
title: "Year Make Model"
method: GET
path: "/v1/ymm"
tags: ["Year Make Model"]
---

# Year Make Model

`GET /v1/ymm`

Look up vehicle data by year, make and model (and optionally trim) without a VIN.

## Query parameters

- `year` string, required
- `make` string, required
- `model` string, required
- `trim` string
- `allTrimOptions` '1'

## Response `200`

Vehicle matched.

- object
  - `success` boolean
  - `bestMatch` object
  - `trimOptions` object[]
  - `input` object
  - `timestamp` string

## Other responses

- `400` — Missing or invalid year, make or model.
- `401` — Missing API key, unknown/disabled API key, or inactive account.
- `404` — No vehicle matched the specified year, make and model.
- `429` — API usage limit exceeded for the current billing period.
- `500` — Could not fetch data.

---

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