VIN Decoder API — VIN Number Lookup
Our VIN Decoder API lets you decode any VIN number or retrieve a VIN from a license plate. Get comprehensive vehicle data including make, model, year, engine specifications, and country of manufacture via a simple REST API.
What is a VIN Number?
A VIN (Vehicle Identification Number) is a unique 17-character code assigned to every vehicle at the factory. It encodes:
- WMI (World Manufacturer Identifier) — first 3 characters: manufacturer and country
- VDS (Vehicle Descriptor Section) — next 6 characters: model, engine, body type
- VIS (Vehicle Identifier Section) — last 8 characters: unique serial number
Get VIN from License Plate
Need to find a VIN from a plate number? Our API supports reverse lookup: enter a license plate and get the full VIN and vehicle data.
// Get VIN from license plate
const response = await fetch("https://api-de-plaque-d-immatriculation-france.p.rapidapi.com/AA123BB", {
headers: {
"X-RapidAPI-Key": "your-api-key",
"X-RapidAPI-Host": "api-de-plaque-d-immatriculation-france.p.rapidapi.com"
}
});
const vehicle = await response.json();
console.log(vehicle.vin); // "VF1ABCDEFG1234567"Supported Countries
🇫🇷
France
SIV
🇬🇧
United Kingdom
DVLA
🇪🇸
Spain
DGT
🇮🇹
Italy
Motorizzazione
🇩🇪
Germany
KBA