Skip to content
throttle
Menu

API LIMITS · PERFORMANCE · RESILIENCE

Build faster.
Break less.

Throttle gives developers practical tools for understanding API limits, handling failures, measuring performance, and designing applications that keep moving.

SOURCE-BACKED REFERENCES

API limits

Browse API limits →
Verified API limit resources
ServicePrimary limitAuthenticationLast verifiedOpen
GitHub API 5,000 requests per hour for most authenticated users Optional for public resources
Stripe API 100 requests per second globally in live mode API key or OAuth for Connect
OpenAI API Varies by model, project, and usage tier API key
Anthropic API Varies by model and usage tier API key
Discord API 50 requests per second globally for bots and users Bot token, OAuth, or webhook token

FEATURED GUIDE · 7 MIN READ

How to Handle HTTP 429 Responses

A practical guide to Retry-After, rate-limit headers, bounded backoff, jitter, queues, and safe retry behavior.

Read the guide
HTTP/1.1 429 Too Many Requests Retry-After: 30 X-RateLimit-Remaining: 0 X-RateLimit-Reset: 1783965600

PLAN BEFORE THE LIMIT

Building around an API limit?

Estimate capacity, add a safety margin, and find out when work needs a queue.

Start with the Rate Limit Calculator