A .NET Core web application integrating with the DVSA MOT History API, enabling vehicle MOT status lookups by registration number for UK vehicles.
- Looks up MOT history for any UK registered vehicle
- Returns MOT test results, mileage, and expiry dates
- Displays advisory notices and failure reasons
- Clean MVC frontend for user-facing lookups
- Deployed to Azure App Service
- Backend: ASP.NET Core MVC / C#
- API: DVSA MOT History API
- Frontend: HTML5, CSS3, JavaScript, Bootstrap
- Deployment: Azure App Service / GitHub Actions CI/CD
- Register for DVSA MOT History API credentials
- Add your API key to
appsettings.json - Build and run the solution via
MOTHistoryAPIService.sln
Part of broader UK government API integration work including DVLA vehicle verification and HMRC MTD integrations.