---
title: "GET /api/cars"
method: GET
path: "/api/cars"
---

# GET /api/cars

`GET /api/cars`

Gets all cars

## Response `200`

List of cars

- Car[]
  - `vin` string
  - `make` string
  - `model` string
  - `year` integer

---

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