RegCheck API — Czech Republic
The
/CheckCzechRepublicendpoint returns vehicle data including body style, weight, power, and region.
Endpoint
https://www.regcheck.org.uk/api/reg.asmx?op=CheckCzechRepublic
Test plate: 3AV2714
Fields Returned
- Make, Model
- Fuel Type
- Engine Size (cc)
- VIN
- Body Style
- Gross / Net Weight
- Power (kW)
- Region
- Registration Year / Date
Sample JSON
{
"Description": "ŠKODA OCTAVIA",
"CarMake": { "CurrentTextValue": "ŠKODA" },
"CarModel": { "CurrentTextValue": "OCTAVIA" },
"EngineSize": "1896",
"RegistrationYear": 2005,
"FuelType": "D",
"BodyStyle": "sedan/limuzína",
"VIN": "TMBCS21Z262149586",
"GrossWeight": "1970",
"Power": "77",
"Region": "Hlavní město Praha"
}