RegCheck API — Singapore
The
/CheckSingaporeendpoint returns basic vehicle data including road tax expiry.
Endpoint
https://www.regcheck.org.uk/api/reg.asmx?op=CheckSingapore
Test plate: SJT8954X
Fields Returned
- Make & Model
- Registration Year
- Tax Expiry
Sample JSON
{
"Description": "TOYOTA LEXUS IS250 AUTO STD FL",
"RegistrationYear": "2009",
"CarMake": { "CurrentTextValue": "TOYOTA" },
"CarModel": { "CurrentTextValue": "LEXUS IS250 AUTO STD FL" },
"TaxExpiry": "05 Nov 2018"
}