API - See ALL live streams instead of specific channels

Instead of requesting all channels, why not batch the channels your users are requesting data about and run a single request (or multiple if its over 100 channels) every 5 seconds and then send that data out to your users.

To answer your question though you have to iterate over /streams in batches of 100 to get all streams. It cannot be done with a single request.

1 Like