APImcp
GuidesSEO
ConsoleDocsMCP
SEO ⏱ 1 min read

Broken Link Checker API — Verify URLs Are Accessible

Check if a URL is accessible and returns a valid HTTP response. Detect broken links, redirects, and timeouts. Free API.

02

How to Use It

Call GET /api/v1/link-checker?url=https://google.com. Returns { url: string, status: number, status_text: string, working: boolean, response_time_ms: number, content_type: string }.

Try it live Test this endpoint in the interactive console
Open Console →

Frequently Asked Questions

Does it follow redirects?
Yes. The checker follows up to 5 redirects and reports the final status and redirect chain.