{
    "success": true,
    "message": "MOT History API",
    "version": "1.0",
    "endpoints": [
        {
            "method": "GET",
            "path": "/?registration={reg}",
            "description": "Get MOT history by vehicle registration",
            "example": "/?registration=AB12CDE"
        },
        {
            "method": "GET",
            "path": "/?vehicle_id={id}",
            "description": "Get MOT history by vehicle ID",
            "example": "/?vehicle_id=12345"
        },
        {
            "method": "GET",
            "path": "/?test_number={number}",
            "description": "Get MOT test details by test number",
            "example": "/?test_number=123456789"
        }
    ],
    "notes": [
        "All responses include a timestamp",
        "Vehicle registrations are automatically validated and formatted",
        "Errors include appropriate HTTP status codes",
        "Data is cached for 60 minutes to avoid rate limits"
    ],
    "timestamp": "2026-04-12T04:18:58+01:00"
}