I\'m using Google\'s YouTube API Explorer (alternate) to look up information on streaming broadcasts.
No matter what I put into the various \"Filter\" fields (
I know this is an old question but I've encountered the same issue yesterday and it seems that I'm missing the broadcastType
parameter.
Acceptable values are:
all – Return all broadcasts.
event – Return only scheduled event broadcasts.
persistent – Return only persistent broadcasts.
https://developers.google.com/youtube/v3/live/docs/liveBroadcasts/list
So my final request looks like:
https://www.googleapis.com/youtube/v3/liveBroadcasts?part=id&mine=true&broadcastType=all