cURL
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 all network metrics in a single test.
Metrics Measured:
Additional Data:
Use Cases:
Result Storage: Full test results are automatically stored.
Test Duration: Approximately 10-15 seconds.
API version header. Required for all endpoints except / and /health
^\d+\.\d+\.\d+$
"2.0.0"
Full speed test completed successfully
Show child attributes
Was this page helpful?