Too Many Requests API

Good morning !

I have a question regarding the rate limits.

I am developing an application that uses the blizzard API. I slow down my code to make sure I respect the Rate Limits (120 ms wait between each call). But I have a response that says “Too many requests”.

It’s strange because the speed limits indicated that we could do 100 requests per second, but I can not do it.

Thank you :slight_smile:

2 Likes

Currently there are many reports (and I also confirmed the issue) that in fact the rate limit is way more restricted than it should be.

So far no official communication from Blizzard (not even to acknowledge the reports). Either this is a bug or they actually lowered the limit.
Last time this happened it was a bug and was fixed in about 2 weeks.

2 Likes

Ok, thank you for the answer :slight_smile: