Getting User's Followed Live Streams on Helix API

Basically just as you would see when you login to your account and on the left side you see the live streams you can watch from your followed channels. I could not find it on the API reference.

Call

using from_id as the logged in user_id and first as 100

then pass each page to

As get streams lets you look up 100 user_ids at the same time

1 Like

So basically I get all the followed channels and then check if they are live: thanks! Though it does make me think there should be a dedicated request for this :smiley:.

Yup two requests.

Also could you elaborate on how to provide multiple user_id s in get streams ? It says the parameter should be a string, should I put spaces in between the IDs ?

No it’s

https://api.twitch.tv/helix/streams?user_id=1&user_id=2&user_id=3

and so on

1 Like

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