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.
Request body
Example request
{
"website": "https://example.net/test?param1=value1",
"request_timeout": 7.5
}Response
OK
Example response
{
"alive": true
}Changes
Changed in 1 of the 12 revisions of this API.51
- ▲
response property
is_hosting_provider_domainlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
is_link_shortener_domainlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
is_top_domainlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
marketplace/platformlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
social_media/platformlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ○
request property
list-of-types was widened by adding typesnullto media typeapplication/jsonrequest-property-list-of-types-widened
- ▲