Verify whether a vehicle has been reported stolen in Slovakia, Czech Republic, Slovenia, Hungary, or Romania — all with a single REST call. Essential for marketplaces, dealers, and insurers.
REQUEST
curl -X GET \ "https://api.carapi.dev/v1/stolen-check/\ WAUZZZ4F55N052232?token=YOUR_API_KEY"
RESPONSE
{
"vin": "WAUZZZ4F55N052232",
"stolen": false,
"countries": {
"sk": false,
"cz": false,
"si": false,
"hu": false,
"ro": false
}
}One request checks official stolen vehicle records in Slovakia, Czech Republic, Slovenia, Hungary, and Romania
Get an overall stolen flag plus the status in each country, so you know exactly where a vehicle was flagged
RESTful API, OpenAPI 3.1 spec, comprehensive docs, and a public Postman workspace
The API checks national stolen vehicle databases in 5 European countries: Slovakia (SK), Czech Republic (CZ), Slovenia (SI), Hungary (HU), and Romania (RO). A single request checks all of them at once.
You get an overall stolen flag plus a per-country breakdown, so you can see exactly which national database reported the vehicle as stolen. The check is done by VIN (17-character Vehicle Identification Number).
Yes — first convert the plate to a VIN with the plate-to-vin endpoint (supported in PL, NO, SK, SE, CZ, US), then pass that VIN to the stolen-check endpoint.
Yes. The free plan includes 100 API requests per month across all endpoints, with no credit card required. Paid plans start at €29/month for 5,000 requests.
Protect your marketplace or dealership from stolen vehicles. Get started with our free tier.
Get Started Free