Rate Limit

Each endpoint allows 60 requests per minute from a single IP address. If these limits are exceeded, an HTTP 429 response will be sent in lieu of the usual success response.

On the bright side, you can know the available requests you have at all time. On every response Snapsbrew will attach the headers:

X-RateLimit-Limit: 60

and

X-RateLimit-Remaining: 40

This headers will explicitely say the amount of available request per minute and the available requests for the current minute.

And once, the rate limit has been reached Snapsbrew will provide headers with information about when you can submit your next successful request. Those headers are:

Retry-After: 11 //seconds

and

X-Ratelimit-Reset: 1669844631 //timestamp