locations
Get all uptime monitoring locations
Returns a list of locations detailing server information for uptime monitoring servers. This information can be used to create further checks using the API.
get/uptime-locations
Query parameters
region_codestring
Server region 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.