Too Many Requests

Hi,

i am currently trying to read the informations of 30 channels, including their stream informations and the games, which are played. However, it seems, that a single call with multiple user ids counts as one call per user id. Is that correct?

So it doesn’t matter if i make 30 calls (1 per user) or 1 call (for 30 users at once)?

1 request uses 1 of your rate limit, regardless of the number of querystring parameters. Are you sure whatever code you’re using isn’t making a separate request for each of those user ID’s?

1 Like

Nevermind. I found the issue. The problem is, that for every user i lookup, i also have to make another call in order to fetch the follower count.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.