Grabbing the current viewer count for youtube live streams

前端 未结 2 1968
既然无缘
既然无缘 2021-01-17 02:53

I am looking to source the current stream viewers from the Youtube API v2 for live streams. This information seems to be available on Youtube live streams (\"102 Watching No

相关标签:
2条回答
  • 2021-01-17 03:02

    You can get the current user count via

    https://www.youtube.com/live_stats?v={videoid}
    
    0 讨论(0)
  • 2021-01-17 03:14

    Unfortunately, while that data is available in a backend that the YouTube web interface can access, it's not exposed at all via any API (YT Data API v1/v2/v3 or YT Analytics API) at this time.

    0 讨论(0)
提交回复
热议问题