mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04:00
Three headers can now be included for API requests: X-Ratelimit-Used: Number of requests used in this period X-Ratelimit-Remaining: Number of requests left to use X-Ratelimit-Reset: Approximate number of seconds to end of period Additionally, 429 responses can be returned for requests that exceed the ratelimit. Ratelimits are per-IP normally. OAuth clients will be limited per user-client combo.