API Documentation

RegCheck API — Chile

The /CheckChile endpoint returns vehicle data including VIN, owner name and national ID, fuel type, colour, and registration validity dates.

Endpoint

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

Test plate: DKCZ90

Fields Returned

  • Make & Model
  • Registration Year
  • VIN
  • Engine Code
  • Fuel
  • Colour
  • Vehicle Type
  • Registration valid since / Expiry
  • Owner name and National ID (RUT)

Sample JSON

{
  "Description": "BMW 116I M 1.6",
  "RegistrationYear": "2012",
  "CarMake": { "CurrentTextValue": "BMW" },
  "CarModel": { "CurrentTextValue": "116I M 1.6" },
  "VIN": "WBAUE1105CPZ56669",
  "EngineCode": "A393I950",
  "Fuel": "GASOLINA",
  "Colour": "BLANCO",
  "VehicleType": "AUTOMOVIL",
  "ValidSince": "05-04-2024",
  "Expiry": "28-02-2025",
  "Owner": {
    "Name": "ALARCON CONEJEROS HERNAN ESTEBAN",
    "NationalId": "16287080-7"
  }
}