API Key required for all endpoints
Successfully checked for broken links
Timestamp of the request in milliseconds
1776233511285
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" }
}
Summary of link check results categorized by status
{
"total": 5,
"successful": 2,
"redirects": 2,
"broken": 1,
"serverError": 0
}
List of links found on the page and their HTTP status
[
{
"link": "https://example.com/",
"status": 200
},
{
"link": "https://example.com/articles",
"status": 200
}
]