RegCheck API — United Arab Emirates
The
/CheckUAEendpoint covers Dubai only and returns basic make/model data. Extended data covering all Emirates (including VIN) is available via a private API requiring the EmiratesID of the vehicle owner — contact support for access.
Dubai Endpoint (Public)
https://www.regcheck.org.uk/api/reg.asmx?op=CheckUAE
Test plate: F33333
Fields Returned
- Make & Model
Extended UAE API (All Emirates — Private)
https://www.carregistrationapi.ae/api/private/uae.asmx?op=CheckUAE
Covers Abu Dhabi, Sharjah, Ajman, Umm Al-Quwain, Fujairah, and Dubai. Returns much more vehicle data including VIN. Requires EmiratesID of vehicle owner. Contact support for access.
Sample JSON (Dubai)
{
"Description": "HYUNDAI SANTAFE",
"CarMake": { "CurrentTextValue": "HYUNDAI" },
"CarModel": { "CurrentTextValue": "SANTAFE" }
}