Skip to main content
GET
/
ping
Latency Test
curl --request GET \
  --url https://api.hixbe.com/speedtest/ping \
  --header 'Hixbe-Version: <hixbe-version>'
{
  "success": true,
  "timestamp": "2025-12-07T10:30:00.000Z",
  "data": {
    "ping": 25.5,
    "unit": "ms",
    "id": 1
  },
  "executionTime": "26ms"
}
Measures latency/ping to test servers. Result is stored for historical analysis.

Headers

Hixbe-Version
string
required

API version header. Required for all endpoints except / and /health

Pattern: ^\d+\.\d+\.\d+$
Example:

"2.0.0"

Response

Latency measurement completed successfully

success
boolean
required
Example:

true

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