locations

Get all pagespeed monitoring locations

Returns a list of locations detailing server information for pagespeed monitoring servers. This information can be used to create further checks using the API.

get/pagespeed-locations

Query parameters

locationstring

Alpha-2 ISO 3166-1 country code

Response

OK

Example response

{
  "data": [
    {
      "description": "United Kingdom, London - 5",
      "ipv4": "178.62.78.199",
      "ipv6": "2a03:b0c0:1:d0::5e:f001",
      "region": "United Kingdom / London",
      "region_code": "london",
      "status": "up"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.