Getting live streams that users followed with Helix API

So I know the Helix API is still ramping out, but i’m still trying to figure out how this particular flow would work.

I want to pull all live streams that a user follows. My thought was to first hit the user follows endpoint and then somehow feed that result into the get streams endpoint.

So my questions:

  1. Is that the right way around it? Is there an easier way?
    The documentation doesn’t have an example of this for multiple users so i’m not sure how to separate it

  2. if so what is the proper layout for the URL if I want to poll multiple users in one call?
    'https://api.twitch.tv/helix/streams?user_id=<id0, Id1>

https://api.twitch.tv/helix/streams?user_id=<>&user_id=<>&user_id=<>

2 Likes

Thank you!

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