RegCheck API — Ukraine
Offline data available. The
/CheckUkraineendpoint returns comprehensive vehicle data including weight, colour, VIN, and registration address.
Endpoint
https://www.regcheck.org.uk/api/reg.asmx?op=CheckUkraine
Test plate: СА5510ІН
Fields Returned
- Make & Model
- Engine Size
- Registration Year
- Fuel Type
- Body Style
- Colour
- VIN
- Net and Gross Weight
- Registration validity dates
- Address (region)
Sample JSON
{
"Description": "TOYOTA LAND CRUISER PRADO",
"RegistrationYear": "2013",
"CarMake": { "CurrentTextValue": "TOYOTA" },
"CarModel": { "CurrentTextValue": "LAND CRUISER PRADO" },
"EngineSize": { "CurrentTextValue": "2982" },
"FuelType": { "CurrentTextValue": "ДИЗЕЛЬНЕ ПАЛИВО" },
"BodyStyle": { "CurrentTextValue": "УНІВЕРСАЛ" },
"Colour": "БІЛИЙ",
"VIN": "JTEBH3FJ80K098469",
"Weight": { "Net": "2090", "Gross": "2600" },
"Address": "ПРИДНІПРОВСЬКИЙ"
}