code
(integer
) - the HTTP status codedescription
(string
ordict
) - a longer description of what went wrongname
(string
) - the error name
Examples
404
422
429
x-ratelimit-limit
: the number of requests per minute you can sendx-ratelimit-remaining
: the number of requests remaining within the current rate limit windowx-ratelimit-reset
: the Unix timestamp datetime when you limit resets
100
per minute. You
have 99
requests left in the current window. And your limit will be
replenished at 1675334140
which is Thursday, 2 February 2023 10:35:40
.
We use a Fixed Window
algorithm to manage rate limits.