Check if a site is up or down
API Key required for all endpoints
Site status retrieved successfully
Timestamp of the request in milliseconds
1763372588297
API status message
success, failure "success"
API status code
200
Indicates the current status of the site. It can either be "Site is up" or "Unable to reach the URL."
"Site is up"
Metadata about the site status check.
{
"url": "example.com",
"proxyCountry": "US",
"followRedirect": true,
"redirectedURL": "https://www.example.com",
"test": { "id": "zmkqoxxu075dwn4u61yoqhq2rwo0029m" }
}HTTP status information from the site check.
{ "statusCode": 200, "reasonPhrase": "OK" }