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