---
title: "Get Vehicle Attributes"
method: GET
path: "/api/vehicle-attributes"
tags: ["Vehicle Attributes"]
---

# Get Vehicle Attributes

`GET /api/vehicle-attributes`

Returns all options for given attribute.

## Query parameters

- `attribute` 'bodies.type' | 'engines.cam_type' | 'engines.cylinders' | 'engines.drive_type' | 'engines.engine_type' | 'engines.fuel_type' | 'engines.transmission' | 'engines.valve_timing' | 'engines.valves'

## Response `200`

- string[]

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