Rate Limiting

The Riipen API throttles usage to 100 requests per minute.

To help monitor your own usage, every request will contain response headers to indicate your current usage levels:

HeaderDefaultDescription
X-RateLimit-Limit100The total allowed requests for the current window.
X-RateLimit-Remaining99Your remaining requests for the current window.
X-RateLimit-Reset1594309963The UNIX time when the next window will be available.