Tumbr rate limit being hit (for default API key)
See original GitHub issueSince you bundle an API key it’s being used too much, maybe allow the user to supply their own key?
{"meta":{"status":429,"msg":"Limit Exceeded"},"response":[]}
Issue Analytics
- State:
- Created 7 years ago
- Comments:15
Top Results From Across the Web
Tumblr API
Usage of the Tumblr API is rate limited in a few ways, but we respond with a 429 Limit Exceeded response whenever a...
Read more >Developer Resources - Tumblr Help
Rate Limits. The default rate limits are: 1,000 API calls per hour, per consumer key. 5,000 API calls per day, per consumer key ......
Read more >Tumblr rate limit issue persists after caching oauth info #2323
I've cached my oauth info for tumblr several times, yet I'm still hitting the rate limit on days where I haven't even downloaded...
Read more >Rate limits and throttling in Zapier
Each user's webhooks are subject to a 429 status code rate limit after 10,000 requests in a 5-minute window. This includes subscription webhooks ......
Read more >Tumblr API call or request limits - Stack Overflow
Newly registered consumers are rate limited to 1,000 requests per hour, and 5,000 requests per day. If you go to that link it...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Not really, the API v1 was depreciated but Tumblr still prefers that over v2 for scraping. I’ll see if I can find the email thread I have with one of their devs but they basically confirmed this for one of my own projects as it causes less stress on their servers.
The rate limit per IP for the AP v1 would be a lot higher than the rate limit for everyone using the API v2.