Readiness Check
Check if the API is ready to accept requests by verifying database and cache connections
api/v1/ready
Check if the API is ready to accept requests by verifying database and cache connections
Rate Limiting
Standard rate limits apply to this endpoint.
Authentication
This endpoint requires authentication via API key. You can use the sandbox mode for testing without registering. See the authentication guide for details.
Try It Yourself
Test this endpoint directly from your browser using our API sandbox. No authentication required for testing.
Try API Endpoint
This is a limited sandbox environment.
For higher limits (75 requests/day), register for a free account.
/
Your daily Sandbox API quota has been exhausted. Please try again tomorrow.
Need higher limits? Register for free and get 75 requests/day.
Response
Common Use Cases
Kubernetes readiness probes
Use as a Kubernetes readiness probe to ensure pods only receive traffic after database and cache connections are established.
Deployment verification
Check the readiness endpoint after deployments to verify that all dependencies are connected before routing production traffic.
Dependency monitoring
Monitor the readiness of downstream services. Detect database or cache outages before they impact end users.
Related API Endpoints
Explore related endpoints that work well with Readiness Check.