RegCheck API — Cyprus
The
/CheckCyprusendpoint returns vehicle data including body style, driver side, and usage type.
Endpoint
https://www.regcheck.org.uk/api/reg.asmx?op=CheckCyprus
Test plate: KXJ391
Fields Returned
- Make / Model
- Engine Size (cc)
- Power (kW)
- Registration Date / Manufacture Date
- Body Style
- Driver Side (RHS/LHS)
- Usage (Private/Commercial)
- Convertible
Sample JSON
{
"Description": "TOYOTA Corolla",
"CarMake": { "CurrentTextValue": "TOYOTA" },
"CarModel": { "CurrentTextValue": "Corolla" },
"EngineSize": { "CurrentTextValue": "1364" },
"RegistrationDate": "01/01/2005",
"BodyStyle": "HATCH BACK",
"DriverSide": "RHS",
"Usage": "Commercial"
}