---
title: "Premium vehicle history report (VIN or EU plate). Paid plans only."
method: POST
path: "/api/v1/vehicles/report"
tags: ["7. Vehicle History & Reports (EU)"]
---

# Premium vehicle history report (VIN or EU plate). Paid plans only.

`POST /api/v1/vehicles/report`

The sellable product: identity + specs + recalls + history in one report.

**Free / Developer keys** get a structured 402 teaser showing exactly what the
premium report contains. **Paid plans** get the full report.

## Request body

- VehicleReportRequest — Premium history report — VIN alebo EU EČV (alebo oboje).
  - `vin` string, nullable — 17-character VIN (either vin or plate required)
  - `plate` string, nullable — European registration plate (either vin or plate required)
  - `country` string — Plate country hint: auto | nl | uk | pl | sk
  - `wojewodztwo` string, nullable — Polish province code (2 digits) for CEPIK, e.g. 14 = Mazowieckie

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-28** `6e7262d4aac0` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/revcardata/apis/revcardata-rest-api/changes/api/v1/vehicles/report/post.md)

---

[API](https://skmtc.dev/revcardata/apis/revcardata-rest-api.md) · [All operations](https://skmtc.dev/revcardata/apis/revcardata-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/revcardata/revcardata-rest-api/revisions/9bbeceb1cea9/schema)
