RegCheck API — Iceland
The
/CheckIcelandendpoint returns vehicle data including VIN, weight, CO2, colour and next inspection date.
Endpoint
https://www.regcheck.org.uk/api/reg.asmx?op=CheckIceland
Test plate: HB355
Fields Returned
- Make & Model
- Registration Year / Date
- VIN
- Next Inspection Date
- Gross / Net Weight
- Colour
- CO2
Sample JSON
{
"Description": "RENAULT TRAFIC",
"RegistrationYear": 2007,
"CarMake": { "CurrentTextValue": "RENAULT" },
"CarModel": { "CurrentTextValue": "TRAFIC" },
"VehicleIdentificationNumber": "VF1JLBHB67V292122",
"RegistrationDate": "20/03/2007",
"NextInspectionDate": "01/05/2024",
"Weight": { "Gross": "3040", "Net": "2076" },
"Colour": "Ljósgrár",
"Co2": "224"
}