X-RateLimit-Limitindicates the maximum number of requests a client can make within the rate limit window.X-RateLimit-Remainingshows how many requests are remaining before the limit is reached.X-RateLimit-Resetprovides a Unix timestamp representing the time at which the current rate limit window resets, and the remaining request count is replenished.
Too Many Requests status code. In this case, the Retry-After header is included, indicating the number of seconds the client should wait before making another request to avoid being rate-limited.