Get Website Status

POST {{baseUrl}}/api/v1/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. This API requires a valid API key (X-API-KEY) to be provided in the headers and is rate limited to 10 requests per second.

Request Body

{"website"=>"https://example.net/test?param1=value1", "request_timeout"=>7.5}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"alive":true,"social_media":{"is_social_media_link":false,"platform":null},"marketplace":{"is_marketplace_link":false,"platform":null},"is_top_domain":false}