5 national stolen-vehicle registers · European coverage

Vehicle History API for Europe
Complete Car Background Checks by VIN

The vehicle-history checks US-centric APIs don't offer: stolen-vehicle status from 5 European national registers, odometer history, inspection records, and full VIN decoding — one REST API.

100 free requests/month
No credit card required
MCP server for AI agents
Live API Example — Stolen-Vehicle Check

REQUEST

curl -X GET \
  "https://api.carapi.dev/v1/stolen-check/\
  TMBJJ7NE3K0123456?token=YOUR_API_KEY"

RESPONSE

{
  "vin": "TMBJJ7NE3K0123456",
  "stolen": false,
  "countries": {
    "SK": false, "CZ": false,
    "SI": false, "HU": false,
    "RO": false
  }
}

Built for the European Market

Most vehicle-data APIs are built around US data sources — VIN decoding via NHTSA, US dealer listings, US market values. That leaves developers building for Europe without the checks that matter most in a used-car transaction: is it stolen, is the odometer honest, and did it pass inspection?

CarAPI.dev queries official European sources directly: national stolen-vehicle registers in Slovakia, Czechia, Slovenia, Hungary and Romania, plate-to-VIN resolution for 6 countries, market valuations by European country, and EV charging locations across the continent.

Building an AI agent instead of an app? The same checks are available as tools on our MCP server, including a composite buyer-report tool that runs decode + stolen + mileage + inspection in one call.

Simple, Transparent Pricing

Free

€0/month

100 requests/month

Sign In to Get Started

Starter

€29/month

5,000 requests/month

Sign In to Get Started
Most Popular

Professional

€89/month

25,000 requests/month

Sign In to Get Started

Run Your First Vehicle History Check

Free tier with 100 requests/month. Your first stolen-vehicle check is one curl command away.

Get Started Free