Pulling all streams

Hi everyone. I want to implement some sort of custom search. To archive that, I need to pull all streams, and can’t reduce it with a twitch search endpoint. But the perspective of pulling 20k streams with a 100 limit looks quite grim. Could it be done in some other way? Could it be done at all?

100 at a time is the best you can do.

Ok, that means I need to make 200 api calls to get all streams. Sometimes more, sometimes less, just a rough estimation. So if I want to update my streams data each 5 minutes(so it could be actual to some degree), I have to make a call per second or two. Is it possible with client id?

Yes, it’s possible. I’m currently sending, on average, 27 calls per second every day.

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