curl --request GET \ --url https://api.hixbe.com/speedtest/stats \ --header 'Hixbe-Version: <hixbe-version>'
{ "success": false, "timestamp": "2025-12-07T10:30:00.000Z", "error": { "code": "no_data", "message": "No results found in the last 60 minutes", "type": "ValidationError" }}
Speed Test API
Get Statistics
Returns aggregate statistics for test results within a time range.
Statistics Provided:
Average, min, max for each metric
Percentiles (P95, P99)
Total test count
Time range analyzed
Use Cases:
Performance monitoring
SLA tracking
Trend analysis
Network health dashboards
Historical comparison
Time Range: Defaults to last 60 minutes, configurable up to 30 days.
GET
/
stats
Get Speed Statistics
curl --request GET \ --url https://api.hixbe.com/speedtest/stats \ --header 'Hixbe-Version: <hixbe-version>'
{ "success": false, "timestamp": "2025-12-07T10:30:00.000Z", "error": { "code": "no_data", "message": "No results found in the last 60 minutes", "type": "ValidationError" }}
Retrieve aggregate statistics including min, max, average speeds and trends over time.