Represents a single rate limit.
{ "reset_after": 60, "limit": 30} Copy
{ "reset_after": 60, "limit": 30}
The amount of requests that can be made within the reset_after interval.
reset_after
The amount of seconds after which the rate limit resets.
Represents a single rate limit.
Example