Check if a webpage contains broken links
Endpoint
Broken Link Checker
POST
Check if a webpage contains broken links
Authorizations
API Key required for all endpoints
Body
application/json
Response
Successfully checked for broken links
Timestamp of the request in milliseconds
Example:
1778737930991
API status message
Available options:
success, failure Example:
"success"
API status code
Example:
200
Human-readable message about the broken link scan result
Example:
"No broken links found."
Metadata about the broken link request
Example:
{
"url": "example.com",
"proxyCountry": "United States",
"followRedirect": true,
"redirectedURL": "https://example.com/",
"test": { "id": "wf0b7yrn05br8xtwple7ngj7hhxzvl2e" }
}Summary of link check results categorized by status
Example:
{
"total": 5,
"successful": 2,
"redirects": 2,
"broken": 1,
"serverError": 0
}List of links found on the page and their HTTP status
Example:
[
{
"link": "https://example.com/",
"status": 200
},
{
"link": "https://example.com/articles",
"status": 200
}
]