lighthouse>get
request in 5 secs to see if the response is ready. Please wait.lighthouse>get
response is ready below:
"//////REQUEST"
"curl --location 'https://hi.websiteapi.com/brokenLink/set/
--header 'Authorization: YourAPIKey'
--header 'Content-Type: application/x-www-form-urlencoded'
--data-urlencode 'targetValue=https://websiteapi.com'
"
"//////RESPONSE"
{
"status": "success",
"data": {
"queue": {
"id": 2095
}
}
}
brokenLink>get
request in 5 secs to see if the response is ready. Please wait.brokenLink>get
response is ready below:
"//////REQUEST"
"curl --location 'https://hi.websiteapi.com/brokenLink/get?queueID=2095
--header 'Authorization: YourAPIKey'
--header 'Content-Type: application/x-www-form-urlencoded'
"
"//////RESPONSE"
{
"status": "success",
"data": {
"result": {
"total_links": 265,
"total_unique_links": 58,
"total_broken_links": 1,
"broken_links": [
{
"url": "https://test.websiteapi.com/",
"reason": "404",
"exists_in":
[
"https://websiteapi.com/",
"https://websiteapi.com/support"
]
}
}
},
"queue": {
"id": 2095,
"addedDateTime": "2023-11-10 09:50:01",
"completedDateTime": "2023-11-10 09:55:18"
}
}
Get whois data of a domain with any TLD in a structured format.
Check if an IP address exists in DNSBL/blacklists. A must-use for mail server IPs.
Run lighthouse checks and get the reports either in HTML or JSON.
Find out all the broken links in a website.