Right now I’m using https://dev.twitch.tv/docs/api/reference/#get-users
But it doesn’t show me 2 things I need:
- If there streaming.
- How many viewers they have.
The old API did show this information but I have no clue if the new one even allows it.
Right now I’m using https://dev.twitch.tv/docs/api/reference/#get-users
But it doesn’t show me 2 things I need:
The old API did show this information but I have no clue if the new one even allows it.
To see if a user is streaming and get info about their stream you need to use the streams endpoint https://dev.twitch.tv/docs/api/reference/#get-streams
Is this by ID?
Look at the docs, the list of optional params show you what you can use to get streams.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.