RegCheck API — Oman
The
/CheckOmanendpoint returns vehicle data including insurer, insurance expiry, VIN, and engine number.
Endpoint
https://www.regcheck.org.uk/api/reg.asmx?op=CheckOman
Test plate: 69385H
Note: The letter part of the registration number should be in Latin characters, not Arabic.
Fields Returned
- Make / Model
- Registration Year
- Colour
- VIN
- Engine Number
- Insurance Company
- Insurance Expiry
Sample JSON
{
"Description": "NISSAN SUNNY",
"RegistrationYear": "2023",
"CarMake": { "CurrentTextValue": "NISSAN" },
"CarModel": { "CurrentTextValue": "SUNNY" },
"VIN": "MDHBN7AD1KG646954",
"Colour": "WHITE",
"EngineNumber": "HR15-752304G",
"InsuranceExpire": "04/01/2024",
"InsuranceCompany": "Oman United Insurance Company"
}