Search code examples
youtubeyoutube-apiyoutube-livestreaming-api

Is it possible to get a list of users in a Youtube Gaming Live Stream


I am working with the Youtube Live Streaming api. I don't see this, but I am wondering if there is a way to get a list of all viewers.


Solution

  • If you have the specific stream's videoId you can use the undocumented live_stats endpoint to get the number of viewers:

    https://www.youtube.com/live_stats?v={videoid}