cURL
curl --request GET \ --url https://api.hixbe.com/speedtest/comparison \ --header 'Hixbe-Version: <hixbe-version>'
{ "success": true, "timestamp": "2023-11-07T05:31:56Z", "data": { "results": [ "<unknown>" ], "analysis": { "improvement": 123, "trend": "improving", "averageQualityScore": 123 } } }
Compares the latest test result with the previous one, showing differences and percentage changes.
Comparison Metrics:
Use Cases:
Requirements: At least 2 test results must exist.
API version header. Required for all endpoints except / and /health
^\d+\.\d+\.\d+$
"2.0.0"
Comparison retrieved successfully
Show child attributes
Was this page helpful?