API Documentation

RegCheck API — Ireland

The /CheckIreland endpoint returns make, model, body style, transmission, fuel type, engine size, VIN, engine number, and county for Irish-registered vehicles.

Endpoint

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

Test plate: 04MH8917

Fields Returned

  • Make & Model
  • Body Style
  • Year of Registration
  • Transmission
  • Fuel Type
  • Number of Seats
  • Number of Doors
  • Engine Size
  • VIN 🆕
  • Engine Number 🆕
  • County of registration

Update: The API now returns VIN and Engine (engine number) fields. Note that Transmission and FuelType may now return full descriptive strings (e.g. "DIESEL") rather than single-letter codes.

Sample JSON

{
  "ABICode": "",
  "Description": "AUDI A6 1.9 TDI SE 130BHP 4DR A",
  "RegistrationYear": "2004",
  "CarMake": { "CurrentTextValue": "AUDI" },
  "CarModel": { "CurrentTextValue": "A6" },
  "BodyStyle": { "CurrentTextValue": "SALOON" },
  "Transmission": { "CurrentTextValue": "" },
  "FuelType": { "CurrentTextValue": "DIESEL" },
  "MakeDescription": { "CurrentTextValue": "AUDI" },
  "ModelDescription": { "CurrentTextValue": "A6" },
  "NumberOfSeats": { "CurrentTextValue": "0" },
  "NumberOfDoors": { "CurrentTextValue": "4" },
  "EngineSize": { "CurrentTextValue": "1896" },
  "VIN": "WAUZZZ4BX4N093080",
  "Engine": "AVF596706",
  "ImageUrl": "http://www.carregistrationapi.ie/image.aspx/@QVVESSBBNg==",
  "County": "Meath"
}