Skip to main content
GET
/
full
Full Speed Test
curl --request GET \
  --url https://api.hixbe.com/speedtest/full \
  --header 'Hixbe-Version: <hixbe-version>'
{
  "success": true,
  "timestamp": "2025-12-07T10:30:00.000Z",
  "data": {
    "id": 10,
    "ping": {
      "value": 25.5,
      "unit": "ms"
    },
    "jitter": {
      "value": 2.3,
      "unit": "ms"
    },
    "download": {
      "value": 95.42,
      "unit": "Mbps"
    },
    "upload": {
      "value": 48.75,
      "unit": "Mbps"
    },
    "packetLoss": {
      "value": 0,
      "unit": "%"
    },
    "qualityScore": {
      "value": 92,
      "maxScore": 100,
      "rating": "Excellent"
    },
    "geo": {
      "country": "US",
      "region": "America/New_York",
      "latitude": 40.7128,
      "longitude": -74.006,
      "city": "New York"
    },
    "connectionType": "Fiber",
    "isp": "Hixbe Fiber"
  },
  "executionTime": "12500ms"
}
Comprehensive speed test measuring ping, jitter, download, upload, packet loss, and network quality score. 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

Full speed test completed successfully

success
boolean
timestamp
string<date-time>
data
object
executionTime
string