Due to significant service abuse through our API the default rate limiting has been reduced and Free accounts will no longer be able to request an increase of the limits for personal use. However If your application is publicly available and you already have more than 10 active users, we will increase your limits.
In order to protect the backend we have placed default rate limits, which are counted on a daily basis.
The API methods are grouped into two zones with different limits.
Here's the list of API methods and their corresponding zones:
The default limits are as follow:
Zone | Free account limit | Pro account limit |
---|---|---|
Zone 1 | 5,000 requests per day | 50,000 requests per day |
Zone 2 | 1,000 requests per day | 10,000 requests per day |
You can monitor your usage from the Developer panel in Inoreader:
You can also track the usage programmatically. For each API request, there are 4 response headers containing your limits and the current usage, as well as a counter, telling you in how many seconds the timer will reset.
X-Reader-Zone1-Limit: 1000000
X-Reader-Zone2-Limit: 200000
X-Reader-Zone1-Usage: 119438
X-Reader-Zone2-Usage: 67703
X-Reader-Limits-Reset-After: 1416