Stats

Endpoints for retrieving aggregated statistics and performance metrics. Requires speedtests:read token scope.

Fetch aggregated Speedtest statistics

get
Query parameters
start_atstring Β· date-timeOptional

Filter stats from this date/time (ISO 8601)

end_atstring Β· date-timeOptional

Filter stats up to this date/time (ISO 8601)

Responses
200

Statistics fetched successfully

application/json
get
GET /api/v1/stats HTTP/1.1
Host: 
Accept: */*
{
  "total_results": 1,
  "avg_ping": 1,
  "avg_download": 1,
  "avg_upload": 1,
  "min_ping": 1,
  "min_download": 1,
  "min_upload": 1,
  "max_ping": 1,
  "max_download": 1,
  "max_upload": 1
}