7. Vehicle History & Reports (EU)
Look up a European plate (RDW/DVLA/CEPIK). Free basic / premium history
Free basic — RDW vehicle identity: make/model, first registration, APK expiry, open-recall flag, odometer-fraud verdict, fuel, EURO emission, dimensions (NL plates).
Premium history — adds DVLA MOT history (UK) + mileage rollback analysis + partner hooks.
get/api/v1/vehicles/plate/{plate}
Path parameters
platestring required
Example:VPR31R
Query parameters
countrystring
Plate country hint (auto = guessed from format)
Example:nl
Plate country hint (auto = guessed from format)
sourcestring
Force one register: rdw (NL, free) | dvla (UK) | cepik (PL)
Example:auto
Force one register: rdw (NL, free) | dvla (UK) | cepik (PL)
wojewodztwostring
Polish province code (2 digits) for CEPIK, e.g. 14 = Mazowieckie
Example:14
Polish province code (2 digits) for CEPIK, e.g. 14 = Mazowieckie
includestring
Example:basic
Response
Successful Response
{"stackTrail":"paths:/api/v1/vehicles/plate/{plate}:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
Changed in 1 of the 4 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○