Our prices
Price list for single API calls
- Check Car License Plates € 0,40 + vat
- Check motorcycle plates € 0,40 + vat
- Check Insurance € 0,40 + vat
Verify licence plates of any Italian car or motorbike in real time and directly via API
The Check Licence Plates service allows you to verify any Italian licence plate and obtain data such as registration date, model and insurance information.
The Check Licence Plates service gives you information on any vehicle, car or motorcycle, via API and starting from the number plate data. The result is returned in real time and covers information such as registration, technical specifications, vehicle age, insurance. It is currently only available for Italian licence plates.
With the car licence plates ws it will be possible to retrieve more than 10 updated car information.
Starting with the licence plate parameter you will be able to obtain information such as car model, registration date, make, version, engine capacity, horsepower, number of doors.
{
"data": {
"LicensePlate": "EX117YA",
"Description": "AUDI A4 4ª serie",
"RegistrationYear": "2015",
"CarMake": "AUDI",
"CarModel": "A4 4ª serie",
"EngineSize": "",
"FuelType": "Diesel",
"MakeDescription": "AUDI",
"ModelDescription": "A4 4ª serie",
"Immobiliser": "",
"NumberOfDoors": "",
"Version": "AUDI A4 2.0 TDI ultra 136CV ( 3/2014 )",
"ABS": "",
"AirBag": "",
"Vin": "",
"KType": "",
"PowerCV": 136,
"PowerKW": 100,
"PowerFiscal": 20,
"Timestamp": 1665411640
},
"success": true,
"message": "",
"error": null
}
With the motorcycle licence plate ws it will be possible to obtain information such as motorcycle brand, model and description, registration date, version, engine capacity, horsepower.
{
"data": {
"LicensePlate": "XX40666",
"Description": "Yamaha Tracer 700 ABS - 74.8 CV",
"RegistrationYear": "2017",
"CarMake": "Yamaha",
"CarModel": "Tracer 700",
"EngineSize": "",
"FuelType": "",
"MakeDescription": "Yamaha",
"ModelDescription": "Tracer 700",
"Immobiliser": "",
"Version": "ABS - 74.8 CV",
"ABS": "",
"AirBag": "",
"Vin": "",
"KType": "",
"Timestamp": 1665411640
},
"success": true,
"message": "",
"error": null
}
With the insurance licence plates ws it is possible to obtain information on the vehicle's insurance. You can get info such as the name of the insurance company, whether the vehicle is covered by insurance and the expiry date of the policy.
{
"data": {
"LicensePlate": "ZR567ZY",
"Company": "VITTORIA ASSICURAZIONI",
"Expiry": "2023-01-08T00:00:00",
"ExpiryTimestamp": 1673136000,
"IsInsured": true,
"Timestamp": 1665411640
},
"success": true,
"message": "",
"error": null
}
The database is updated in real time and the data comes from official sources.