Back to API List
Rate Limiting API
Security
3 Endpoints
Demonstrate rate limiting patterns, quota management, and different tier restrictions.
Internal API - Hosted by this App
API Endpoints & Usage
Explore and interact with the available endpoints for the Rate Limiting API. These API routes are live!
GET
/api/limited/basic
Basic rate limited endpoint (10 requests per minute).
Try it out
You can add or change query parameters in the path above (e.g., ?name=User).
GET
/api/limited/premium
Premium rate limited endpoint (100 requests per minute).
Try it out
You can add or change query parameters in the path above (e.g., ?name=User).
GET
/api/quota/status
Check current quota usage across all endpoints.
Try it out
You can add or change query parameters in the path above (e.g., ?name=User).