Get channels info batch

Hi all. How I can request channels info in one request?
I see only api for request batch stream info, but when stream is offline then api not return info about this stream: https://api.twitch.tv/kraken/streams?channel=etozhemad,dota2ruhub2 this api return only live streams.
So I think I need use request for channels but channles api allow only 1 channel per request.

You can’t.

But what you can do, if you have a small set of channels is use the followers endpoint instead:

https://github.com/justintv/Twitch-API/blob/master/v3_resources/follows.md#get-usersuserfollowschannels

1 Like

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