🔍
HTTP Status Checker API
Check the HTTP status code, redirect chain, and response headers of any URL. Essential for monitoring and SEO audits.
API Endpoint
POST /v1/statusParameters
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | Yes | URL to check status for |
| follow_redirects | boolean | No | Whether to follow redirects (default: true) |
Quick Example
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"}'
Features
- Full redirect chain tracking
- Response header inspection
- SSL certificate validation
- Response time measurement
- Support for custom user agents and headers
Use Cases
Monitor website uptime and availability
Audit redirect chains for SEO
Verify SSL certificates remotely
Check response times from external perspective
Start Using HTTP Status Checker API for Free
500 free API calls per month. No credit card required.
Get Started Free