🚗 Car Advisor API

RESTful API for UK vehicle MOT history and DVLA data.

Available Endpoints:

GET /health

Health check endpoint to verify the API is running.

GET /api/v1/vehicle/:registration

Retrieve consolidated vehicle data including MOT history and DVLA information.

Example: /api/v1/vehicle/YY60BLK

Response Format:

All responses are in JSON format with proper error handling.