API Documentation

RegCheck API — South Africa

The /CheckSouthAfrica endpoint returns detailed HPI (vehicle history) data including tyre sizes, axle configuration, and kerb weight.

Endpoint

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

Test plate: ZXN279GP

Fields Returned

  • Make, Model, Variant (Derivative)
  • Registration date / Introduction date / Discontinued date
  • Engine Number
  • Axle Configuration
  • Engine CC / Cylinders
  • Number of Doors
  • Gross Combination Mass (GCM)
  • Gross Vehicle Mass (GVM)
  • Engine Power (kW)
  • Tare
  • Front / Rear Tyre Size
  • Wheelbase
  • VIN
  • Region
  • Body Type

Sample JSON

{
  "Description": "KIA PICANTO",
  "RegistrationYear": "2008",
  "CarMake": { "CurrentTextValue": "KIA" },
  "CarModel": { "CurrentTextValue": "PICANTO" },
  "VechileIdentificationNumber": "KNABA24325T180987",
  "Region": "Paarl",
  "Extended": [
    ["Make", "KIA"],
    ["Model", "PICANTO"],
    ["Derivative", "PICANTO 1.1"],
    ["AxleConfiguration", "4X2"],
    ["BodyType", "H/B"],
    ["Cubiccapacity", "1086"],
    ["Doors", "5"],
    ["FrontTyreSize", "165/60R14"],
    ["RearTyreSize", "165/60R14"],
    ["Kilowatts", "48"],
    ["Noofcylinders", "4"],
    ["Tare", "880"],
    ["Wheelbase", "2370"],
    ["FuelType", "P"],
    ["ManualOrAuto", "M"],
    ["Seats", "4"]
  ]
}