Get all followed streams that are online?

I know I can get a list of followed channels using /users/:user/follows/channels

But how would I get a list of all streams I’ve followed, but that are also online (so, basically, what https://www.twitch.tv/directory/following/live gives me), without checking every stream individually (which would be difficult given the 100 limit anyway)?

Thanks!

I think you’re looking for the Get Followed Streams endpoint: https://dev.twitch.tv/docs/v5/reference/streams/#get-followed-streams

I’ll check it out, thank you!

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