---
title: "Get vehicle inspection history"
method: GET
path: "/inspection/{vin}"
tags: ["Vehicle History"]
---

# Get vehicle inspection history

`GET /inspection/{vin}`

Retrieve vehicle inspection data including technical inspection (STK) and emissions test (EK) validity dates for Slovakia and Czechia.

## Path parameters

- `vin` string, required

## Query parameters

- `country` 'SK' | 'CZ', required

## Response `200`

Vehicle inspection data

- InspectionResponse
  - `vin` string, required
  - `country` string, required
  - `inspection` object, required
    - `stkValidTo` string, date, nullable — Technical inspection (STK) validity date in YYYY-MM-DD format
    - `ekValidTo` string, date, nullable — Emissions test (EK) validity date in YYYY-MM-DD format

## Other responses

- `400` — Invalid parameters
- `403` — Invalid or missing API key, suspended account, or inactive subscription
- `404` — Inspection data not found
- `429` — Monthly quota exhausted or per-minute rate limit exceeded. Quota responses carry resetDate; rate-limit responses carry a Retry-After header.
- `502` — Upstream inspection provider failed or returned an unexpected response
- `503` — Upstream inspection service unreachable or timed out. A cold lookup scrapes the national register, so retrying is worthwhile.
- `504` — Upstream inspection provider returned a gateway timeout

## Changes

- **2026-08-10** `cf1d4e12baca` — 18 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
  - …14 more
- **2026-08-09** `0ad5b085852b` — 4 info
  - added the new enum value `CZ` to the `query` request parameter `country`
  - added the non-success response with the status `502`
  - added the non-success response with the status `503`
  - added the non-success response with the status `504`

[Change history](https://skmtc.dev/carapi/apis/carapi-dev-automotive-data-api/changes/inspection/: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)
