API Documentation

RegCheck API — Ireland

The /CheckIreland endpoint returns make, model, body style, transmission, fuel type, engine size, 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 (M = Manual, A = Automatic)
  • Fuel Type (P = Petrol, D = Diesel, etc.)
  • Number of Seats
  • Number of Doors
  • Engine Size
  • County of registration

Sample JSON

{
  "ABICode": "90309233",
  "Description": "FORD TRANSIT 2.0 (1998cc - 4 door)",
  "RegistrationYear": "2019",
  "CarMake": { "CurrentTextValue": "FORD" },
  "CarModel": { "CurrentTextValue": "TRANSIT" },
  "BodyStyle": { "CurrentTextValue": "Van" },
  "Transmission": { "CurrentTextValue": "M" },
  "FuelType": { "CurrentTextValue": "P" },
  "NumberOfSeats": { "CurrentTextValue": "0" },
  "NumberOfDoors": { "CurrentTextValue": "4" },
  "EngineSize": { "CurrentTextValue": "1998" },
  "County": "Dublin",
  "ImageUrl": "http://ie.carregistrationapi.com/image.aspx/@Rk9SRCBUUkFOU0lU"
}