RegCheck API — Estonia
The
/CheckEstoniaendpoint returns basic vehicle data including power and gross weight.
Endpoint
https://www.regcheck.org.uk/api/reg.asmx?op=CheckEstonia
Test plate: 507XGK
Fields Returned
- Make & Model
- Registration Year
- VIN
- Power (kW)
- Gross Weight
Sample JSON
{
"Description": "FORD GALAXY",
"RegistrationYear": "2011",
"CarMake": { "CurrentTextValue": "FORD" },
"CarModel": { "CurrentTextValue": "GALAXY" },
"VIN": "WF0MXXGBWMAG34779",
"Power": "103",
"GrossWeight": "2400"
}