cURL
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.
Use Cases:
Note: This endpoint does not require the Hixbe-Version header.
Server is healthy and operational
true
Show child attributes
Was this page helpful?