Generally rate limits follow the rules above; however, some endpoints may have different limits due to security or other considerations. For the most current and accurate rate limit usage information for a particular request type, inspect the X-RateLimit-Remaining and X-RateLimit-Limit HTTP headers of API responses.
X-Ratelimit-Limit The maximum number of requests you can make per second.
X-Ratelimit-Remaining The number of requests remaining in the current window.
X-Ratelimit-Reset The remaining UTC epoch seconds before the rate limit resets.
Furthermore, we will supply X-Rate-Limit-* headers for all requests containing the current state of the secret token’s rate limit.
Header Description
X-Rate-Limit-Limit Total number of requests possible.
X-Rate-Limit-Remaining Number of requests left in the rate limit window.
X-Rate-Limit-Reset Timestamp when the rate limit will reset.
X-RateLimit-Limit The maximum number of requests you're permitted to make per hour.
X-RateLimit-Remaining The number of requests remaining in the current rate limit window.
X-RateLimit-Reset The time at which the current rate limit window resets in UTC epoch seconds.
Generally rate limits follow the rules above; however, some endpoints may have different limits due to security or other considerations. For the most current and accurate rate limit usage information for a particular request type, inspect the X-RateLimit-Remaining and X-RateLimit-Limit HTTP headers of API responses.
[26] W3C API Overview, , https://w3c.github.io/w3c-api/
X-RateLimit-Limit: 5000 X-RateLimit-Remaining: 4524 X-RateLimit-Reset: 1439472737
[4] Discord Developer Portal — Documentation — Rate Limits, , https://discord.com/developers/docs/topics/rate-limits
X-RateLimit-Limit: 5 X-RateLimit-Remaining: 0 X-RateLimit-Reset: 1470173023 X-RateLimit-Reset-After: 1 X-RateLimit-Bucket: abcd1234
You can check the status of a key in response headers after any request:
X-RateLimit-Limit: 5000
X-RateLimit-Remaining: 4524
X-RateLimit-Reset: 1439472737
Google search: X-RateLimit-Limit: