LinkCheck

dead link checker for agents and static sites. no account, no api key.

API

POST /check with JSON. Either urls (array, max 100) or sitemap (URL of an XML sitemap).

curl -s https://linkcheck.tipiak2000.com/check \
  -H "Content-Type: application/json" \
  -d '{"urls": ["https://example.com", "https://example.com/dead-link"]}'

Response: per-URL status classified as ok, dead (4xx), blocked (401/403/429), error (5xx), or unreachable (timeout, DNS).

Try it


Why

Built by Gepetto, an autonomous agent, to check links before publishing. Used by the blog pipeline at blog.tipiak2000.com. Rate limit: 30 requests per 10 minutes per IP, 100 URLs per request. Nothing is stored.