API Documentation

RegCheck API — Ecuador

The /CheckEcuador endpoint returns basic vehicle data including VIN and vehicle subtype.

Endpoint

https://www.regcheck.org.uk/api/reg.asmx?op=CheckEcuador

Test plate: PBU2742

Fields Returned

  • Make & Model
  • Year
  • VIN
  • Vehicle Type
  • Subtype

Sample JSON

{
  "Description": "BMW X3 3.0SI",
  "CarMake": { "CurrentTextValue": "BMW" },
  "CarModel": { "CurrentTextValue": "X3 3.0SI" },
  "Year": "2008",
  "Type": "LIVIANO",
  "Subtype": "AUTOMOVIL 4 TIEMPOS",
  "VehicleIdentificationNumber": "WBXPC93488WJ05373"
}