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:
Header | Default | Description |
---|---|---|
X-RateLimit-Limit | 100 | The total allowed requests for the current window. |
X-RateLimit-Remaining | 99 | Your remaining requests for the current window. |
X-RateLimit-Reset | 1594309963 | The UNIX time when the next window will be available. |
Updated 4 months ago