Back to Tool
🔗
Broken Link Checker API
Check for broken links and redirect chains
Endpoint
POST
/api/v1/broken-link-checkerAuthentication
Include your API key in the request header:
X-API-Key: your_api_key_hereGet your API key from the Dashboard
Request Body
Content-Type: application/json
| Field | Type | Required | Description |
|---|---|---|---|
| url | string | Yes | URL of the page to check |
| maxLinks | number | No | Maximum links to check (default: 50) |
Response
| Field | Type | Description |
|---|---|---|
| url | string | The analyzed URL |
| totalLinks | number | Total links found on page |
| checkedLinks | number | Number of links actually checked |
| brokenLinks | array | Array of broken links with status codes |
| workingLinks | array | Array of working links |
| redirectedLinks | array | Array of links that redirect |
Code Examples
curl -X POST https://tools.shubhambadgujar.com/api/v1/broken-link-checker \
-H "X-API-Key: your_api_key" \
-H "Content-Type: application/json" \
-d '{"url": "https://example.com", "maxLinks": 30}'Rate Limits
- • 100 requests per minute
- • 10,000 requests per day
- • Max request size: 10MB
Need Help?
Contact us at support@shubhambadgujar.com