I'm a bit new to Imgur and did search the forums / the API docs before posting here... thanks much in advance for your help!
I'm developing a site (free, no ads) at my end that is linking to imgur images ie no uploads, simply accessing data. Right now, I am issuing requests using the API to get pictures for ~1,000 Reddit posts. The API docs says the daily request limit is 12,500 but I am getting "user limit reached" with a little over ~1,200 requests. Could you advise me? Is there a rate limit per minute, say only 10 requests per minute?
We also limit each user (via their IP Address) for each application, this is to ensure that no single user is able to spam an application. This limit will simply stop the user from requesting more data for an hour. We recommend that each application takes precautions against spamming by implementing rate limiting on their own applications. Each response will also include the remaining credits for each user in the X-RateLimit-UserLimit HTTP header.
If I use the paid API will I still have this 500 requests / hr limit?
Is there some way, say by paying or whitelisting, that would allow me to have a higher limit?
I appreciate any guidance on how to get around this limit for just a bit or confirmation that the paid API doesn't have this issue.
Thanks!