RegCheck API — Hungary
The
/CheckHungaryendpoint returns vehicle data including power, weight, and production year.
Endpoint
https://www.regcheck.org.uk/api/reg.asmx?op=CheckHungary
Test plate: UHW781
Fields Returned
- Make & Model
- Engine Size (cc)
- Fuel Type
- Registration Year
- Production Year
- Power (kW)
- Gross / Net Weight
- Registration Date
- VIN
Sample JSON
{
"Description": "SUZUKI GS 500 F",
"CarMake": { "CurrentTextValue": "SUZUKI" },
"CarModel": { "CurrentTextValue": "GS 500 F" },
"EngineSize": { "CurrentTextValue": "487" },
"FuelType": { "CurrentTextValue": "BENZIN" },
"RegistrationYear": 2017,
"ProductionYear": "2006",
"Power": "35",
"GrossWeight": "380",
"NetWeight": "193",
"RegistrationDate": "2017-07-04",
"VechileIdentificationNumber": "VTTBK232100104138"
}