---
title: "Check if vehicle is stolen"
method: GET
path: "/stolen-check/{vin}"
tags: ["Vehicle History"]
---

# Check if vehicle is stolen

`GET /stolen-check/{vin}`

Check if a vehicle has been reported as stolen in multiple European countries (Slovakia, Czech Republic, Slovenia, Hungary, Romania).

## Path parameters

- `vin` string, required

## Response `200`

Stolen status check result

- StolenCheckResponse
  - `vin` string, required — The checked VIN
  - `stolen` boolean, required — True if vehicle is reported stolen in any checked country
  - `countries` object, required — Stolen status per country
    - `sk` boolean — Stolen status in Slovakia
    - `cz` boolean — Stolen status in Czech Republic
    - `si` boolean — Stolen status in Slovenia
    - `hu` boolean — Stolen status in Hungary
    - `ro` boolean — Stolen status in Romania

## Other responses

- `400` — Invalid VIN
- `403` — Invalid or missing API key, suspended account, or inactive subscription
- `429` — Monthly quota exhausted or per-minute rate limit exceeded. Quota responses carry resetDate; rate-limit responses carry a Retry-After header.

## Changes

- **2026-08-10** `cf1d4e12baca` — 6 info
  - added the non-success response with the status `403`
  - added the non-success response with the status `429`
  - removed the non-success response with the status `401`
  - added the optional property `code` to the response with the `400` status
  - …2 more

[Change history](https://skmtc.dev/carapi/apis/carapi-dev-automotive-data-api/changes/stolen-check/:vin/get.md)

---

[API](https://skmtc.dev/carapi/apis/carapi-dev-automotive-data-api.md) · [All operations](https://skmtc.dev/carapi/apis/carapi-dev-automotive-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/carapi/carapi-dev-automotive-data-api/revisions/cf1d4e12baca/schema)
