Check if a webpage contains broken links
API Key required for all endpoints
Successfully checked for broken links
Timestamp of the request in milliseconds
1763372588297
API status message
success, failure "success"
API status code
200
Human-readable message about the broken link scan result
"No broken links found."
Metadata about the broken link request
{
"url": "example.com",
"proxyCountry": "United States",
"followRedirect": true,
"redirectedURL": "https://example.com/",
"test": { "id": "wf0b7yrn05br8xtwple7ngj7hhxzvl2e" }
}List of links found on the page and their HTTP status
[
{
"link": "https://example.com/",
"status": 200
},
{
"link": "https://example.com/articles",
"status": 200
}
]