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

# Search vehicle engines (use /api/engines/v2 instead)

`GET /api/engines`

> **Deprecated.**

**We encourage users to begin migrating to /api/engines/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": "horsepower_hp", "op": ">=", "val": 100}, {"field": "horsepower_hp", "op": "<=", "val": 300}]`

See `/api/vehicle-attributes` for a complete list of vehicle attributes.

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

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

## Query parameters

- `sort` 'id' | 'make_model_trim_id' | 'engine_type' | 'fuel_type' | 'cylinders' | 'size' | 'horsepower_hp' | 'horsepower_rpm' | 'torque_ft_lbs' | 'torque_rpm' | 'valves' | 'valve_timing' | 'cam_type' | 'drive_type' | 'transmission'
- `verbose` 'yes' | 'no'
- `make_model_trim_id` string — Value
- `cylinders` string — Like
- `size` string — Value
- `horsepower_hp` string — Value
- `valves` string — Value
- `valve_timing` string — Like
- `cam_type` string — Like
- `drive_type` string — Like
- `transmission` string — Like
- `engine_type` string — Like
- `fuel_type` string — Like
- `make_model_id` string — Value
- `make_id` string — Value
- `year` string — Value
- `make` string — Like
- `model` string — Like
- `trim` 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)
