---
title: "Search trims (use /api/trims/v2 instead)"
method: GET
path: "/api/trims"
tags: ["Trims"]
deprecated: true
---

# Search trims (use /api/trims/v2 instead)

`GET /api/trims`

> **Deprecated.**

**We encourage users to begin migrating to /api/trims/v2**

To include additional information about the returned body (such as year, make, model and trim) 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": "year", "op": ">=", "val": 2010}, {"field": "year", "op": "<=", "val": 2020}]`

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

JSON search fields:
 `year`, `make`, `model`, `trim`, `description`, `make_model_id`, `make_model_trim_id`, `created`, `modified`, `bodies.type`, `engines.cam_type`, `engines.cylinders`, `engines.drive_type`, `engines.engine_type`, `engines.fuel_type`, `engines.transmission`, `engines.valve_timing`, `engines.valves`, and `make_id`.

## Query parameters

- `sort` 'id' | 'make_model_id' | 'year' | 'name' | 'description' | 'msrp' | 'invoice' | 'created' | 'modified'
- `verbose` 'yes' | 'no'
- `year` string — Value
- `make` string — Like
- `model` string — Like
- `trim` string — Like
- `make_model_id` string — Value
- `make_id` string — Value
- `description` string — Like
- `json` string — 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 `200`

- GenericCollection — unresolved $ref

## 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)
