Rate limit response
If you exceed the limit, you’ll get a special HTTP response, like this:HTTP
429
. They also always include a Retry-After
header, which is a date at which the limit resets (usually the following second), and they may also include additional debugging information in the JSON body.