7. Vehicle History & Reports (EU)

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

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.

post/api/v1/vehicles/report

Request body

vinstring nullable

17-character VIN (either vin or plate required)

platestring nullable

European registration plate (either vin or plate required)

countrystring

Plate country hint: auto | nl | uk | pl | sk

wojewodztwostring nullable

Polish province code (2 digits) for CEPIK, e.g. 14 = Mazowieckie

Example request

{
  "vin": "1HGCM82633A004352",
  "plate": "VPR31R",
  "country": "nl",
  "wojewodztwo": "14"
}

Response

Successful Response

{"stackTrail":"paths:/api/v1/vehicles/report:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

Changed in 1 of the 4 revisions of this API.1