Get list of gaming live streams on Youtube
I'm trying to use the Youtube Data API to grab the list of currently gaming related live streams but I can't find any endpoint that fit what I need and return the number of viewers for each of those channels. Do you guys have any idea of how I could manage to do that ? Thanks. Thomas List of gaming live streams: https://www.googleapis.com/youtube/v3/search?part=snippet&eventType=live&type=video& videoCategoryId=20 ®ionCode=US&maxResults=50&key={YOUR_API_KEY_HERE} videoCategoryId=20 is "Gaming" Getting the live stream details (like viewer numbers): https://www.googleapis.com/youtube/v3