Streams and limit

The documentation says that the channel parameter for streams can take up to 100 but if I do more than about 40 it won’t return any streams for me.

https://github.com/justintv/Twitch-API/blob/master/v2_resources/streams.md#parameters

That’s v2 documentation. V3 is the current version of the API.

Are you talking about comma-separated values? I don’t see where it says you can submit 100 comma-separated values. I don’t see a maximum specified, actually. Latest docs will live here: https://dev.twitch.tv/docs

If I try to send more than about 40 channels I get a blank response.

I’m also confused by the docs. Am I supposed to be able to send unlimited number of channels and the limit parameter just limits how many I receive back as streams?

The API provides pagination as indicated in the documentation. That is why there is a limit parameter.

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