429 status code.
Three headers are returned with every API response that indicate how close the client is to being rate limited and when the limit will reset.
| Header | Description |
|---|---|
x-rate-limit-limit | The total limit for the given period of time. |
x-rate-limit-remaining | The number of requests remaining in the current rate limit window. |
x-rate-limit-reset | The time at which the current rate limit window resets to the value in x-rate-limit-limit, provided in Unix time. |