RegCheck API — Beta & Bespoke Features
Beta and bespoke API features are available at
https://www.regcheck.org.uk/api/bespokeapi.asmx. These endpoints may be subject to change and are not regularly tested.
EuroNCAP Safety Ratings — /CheckEuroNCap
Returns car safety star ratings from the EuroNCAP database. Free to use. Requires make, model, and a valid username (not a registration number).
Fields returned: Adult Occupant Stars, Child Occupant Stars, Pedestrian Stars, Vehicle Class (in multiple languages), year, images, YouTube video links.
Endpoint: https://www.regcheck.org.uk/api/bespokeapi.asmx?op=CheckEuroNCap
Car Valuation — /CheckPrice
Returns a CAP-based private resale price for UK vehicles.
Fields returned: Description, Price (GBP)
Endpoint: https://www.regcheck.org.uk/api/bespokeapi.asmx?op=CheckPrice
Sample response:
<Valuation>
<Description>Peugeot 208 (2015-) 5Dr Hatchback 1.2 PureTech SS 110 EU6 GT Line EAT Auto6</Description>
<Price>9240</Price>
</Valuation>
Stolen Vehicle Check — /CheckStolen
Free-to-use. Checks police databases in Italy, Czech Republic, Lithuania, Slovenia, Slovakia, and Romania for stolen vehicle records.
Endpoint: https://www.regcheck.org.uk/api/bespokeapi.asmx?op=CheckStolen
Fields returned: Vehicle ID (VIN), License Plate Number, Make, Model, stolen status, Source (which country's police database).
Implementation Notes
- All bespoke endpoints are SOAP/ASMX like the main API.
- Authentication uses the same username as the main API.
- These endpoints may be added to or removed without notice.