GET
/api/monitors/{id}
Returns the details of a specific monitor.
Response
{
"id": 1,
"name": "My Website",
"url": "https://example.com",
"status": "up",
"uptime_percentage": 99.95,
"average_response_time": 245
}