Documentation
Everything you need to know about using the API Response Checker.
Quick Start
Get started with API response time checking in seconds
Bulk Testing
Learn how to test multiple API endpoints simultaneously
Uptime Monitoring
Set up monitoring for your API endpoints
API Reference
Use our API programmatically for automated testing
cURL Examples
Sample cURL commands for common use cases
Export & Reports
Export your results as CSV, JSON, or PDF
Security
How we keep your API requests secure
Quick Start
Testing an API endpoint takes just 3 steps:
- Enter the API URL you want to test
- Select the HTTP method (GET, POST, PUT, DELETE, PATCH)
- Add any required headers or body payload
- Click "Check Response Time" for instant results
Results include: response time, DNS lookup, TTFB, status code, response size, SSL info, and more.
API Reference
You can use our API programmatically by sending a POST request to /api/check:
POST /api/check
Content-Type: application/json
{
"url": "https://api.example.com/data",
"method": "GET",
"headers": {
"Authorization": "Bearer token"
}
}Security
All API requests are made server-side. This means:
- Your API keys and tokens are never exposed to the browser
- Requests are made from our secure infrastructure
- All communication is encrypted via HTTPS
- We do not store any request data or responses