Check the HTTP status code, redirect chain, and response headers of any URL. Essential for monitoring and SEO audits.
POST /v1/status| Name | Type | Required | Description |
|---|---|---|---|
| url | string | Yes | URL to check status for |
| follow_redirects | boolean | No | Whether to follow redirects (default: true) |
curl -X POST "https://api.toolcenter.dev/v1/status" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url": "https://example.com"}'
Monitor website uptime and availability
Audit redirect chains for SEO
Verify SSL certificates remotely
Check response times from external perspective
500 free API calls per month. No credit card required.
Get Started Free