cURL
curl --request GET \ --url https://api.hixbe.com/speedtest/servers \ --header 'Hixbe-Version: <hixbe-version>'
{ "success": true, "timestamp": "2025-12-07T10:30:00.000Z", "data": { "servers": [ { "id": 1, "name": "Primary Test Server", "location": "New York, US", "region": "North America", "latency": "25ms", "available": true, "coordinates": { "latitude": 40.7128, "longitude": -74.006 } }, { "id": 2, "name": "EU Test Server", "location": "London, UK", "region": "Europe", "latency": "85ms", "available": true, "coordinates": { "latitude": 51.5074, "longitude": -0.1278 } } ], "recommended": 1 }, "executionTime": "150ms" }
Returns all available speed test servers with location and latency information.
Use Cases:
Server Selection Tips:
API version header. Required for all endpoints except / and /health
^\d+\.\d+\.\d+$
"2.0.0"
Server list retrieved successfully
Show child attributes
Was this page helpful?