Website Status
Get Website Status
This API endpoint allows you to test if a webserver is responsive similar to popular "is it up" type sites. It will also check to see if the website link corresponds to known social media or marketplace sites. Given that some pages load extremely slowly, the higher you set the timeout the more likely you are to get an accurate result. Our default of 7.5 seconds is accurate about 99% of the time in our testing. This API requires a valid API key (X-API-KEY) to be provided in the headers and is rate limited to 5 requests per second.
post/api/v1/website/status
Request body
Example request
{
"website": "https://example.net/test?param1=value1",
"request_timeout": 7.5
}Response
OK
Example response
{
"alive": true
}