RegCheck API — Ireland
The
/CheckIrelandendpoint 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
VINandEngine(engine number) fields. Note thatTransmissionandFuelTypemay 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"
}