Servers
Servers
Returns an array of available Ookla speedtest servers. Requires an API token with ookla:list-servers
scope.
Responses
200
Servers retrieved successfully
application/json
401
Unauthenticated
application/json
403
Forbidden
application/json
get
GET /api/v1/ookla/list-servers HTTP/1.1
Host:
Accept: */*
{
"data": [
{
"id": "text",
"host": "text",
"name": "text",
"location": "text",
"country": "text"
}
],
"message": "text"
}