API Documentation

RegCheck API — Mexico

The /CheckMexico endpoint returns vehicle data including VIN, NCI, assembly plant, and registration dates.

Endpoint

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

Test plate: JGS9180

Fields Returned

  • Make & Model
  • Registration Year
  • VIN
  • NCI code
  • Engine Size / Cylinders
  • Doors
  • Class / Type (body)
  • Version (trim)
  • Assembly Plant
  • Registration Date / Issue Date / Last Update

Sample JSON

{
  "Description": "NISSAN SENTRA",
  "RegistrationYear": "2007",
  "CarMake": { "CurrentTextValue": "NISSAN" },
  "CarModel": { "CurrentTextValue": "SENTRA" },
  "Class": "AUTOMOVIL",
  "Type": "SEDAN",
  "VIN": "3N1AB61D17L630743",
  "NCI": "0A3J8GO2",
  "Doors": "4",
  "Version": "CUSTOM 20 TM",
  "EngineSize": "2.0L",
  "Cylinders": "L4",
  "AssemblyPlant": "AGUASCALIENTES, MEXICO",
  "RegistrationDate": "03/07/2007"
}