Skip to main content
GET
/
health
Health Check
curl --request GET \
  --url https://api.hixbe.com/speedtest/health
{
  "success": true,
  "timestamp": "2025-12-07T10:30:00.000Z",
  "data": {
    "status": "healthy",
    "uptime": 3600,
    "memory": {
      "used": 45,
      "total": 256,
      "unit": "MB"
    },
    "totalTests": 42,
    "environment": "production"
  },
  "executionTime": "1ms"
}
Returns server health status, uptime, memory usage, and total test count.

Response

200 - application/json

Server is healthy and operational

success
boolean
required
Example:

true

timestamp
string<date-time>
required
data
object
required
executionTime
string