Servers
Servers
Returns an array of available Ookla speedtest servers. Requires an API token with ookla:list-servers scope.
Header parameters
AcceptstringRequiredDefault:
Must be "application/json" - this API only accepts and returns JSON
application/jsonResponses
200
Servers retrieved successfully
application/json
401
Unauthenticated
application/json
403
Forbidden
application/json
406
Not Acceptable - Missing or invalid Accept header
application/json
get
/api/v1/ookla/list-serversGET /api/v1/ookla/list-servers HTTP/1.1
Host:
Accept: application/json
{
"data": [
{
"id": "text",
"host": "text",
"name": "text",
"location": "text",
"country": "text"
}
],
"message": "text"
}Last updated