X-RateLimit-Limit:

X-RateLimit-Limit:

[1] Rate Limits ( 版) https://developer.foursquare.com/overview/ratelimits

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.

[2] Mattermost API Reference () https://api.mattermost.com/#tag/rate-limiting

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.

[8] Uber API Reference Guide ( 版) https://developer.uber.com/v1/api-reference/

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.

[20] GitHub API v3 | GitHub Developer Guide () https://developer.github.com/v3/#rate-limiting

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.

[24] Rate Limits ( 版) https://developer.foursquare.com/overview/ratelimits

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

[3] 関連: 429

[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
[5] W3C API Overview ( 版) https://w3c.github.io/w3c-api/

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