Get Current Viewer Count

What’s the api request to get a list of how many people are viewing the stream currently? If you do the normal GET/Channel request, you can get the channel’s total views, but that’s not what I’m after. I just need a rough estimate as to how many people are watching the stream right now. I don’t even need to know who’s watching the stream.

You can use the value stream>viewers from https://api.twitch.tv/kraken/streams/CHANNEL_NAME

Reference: https://github.com/justintv/Twitch-API/blob/master/v3_resources/streams.md#get-streamschannel

Thank you!

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