该查询返回0项,因为 liveBroadcasts/list 端点只能用于您已通过身份验证的频道创建的广播。你不能使用 list 端点检索有关其他人广播的信息。
liveBroadcasts/list
list
如果要检索其他频道广播的信息,则必须使用该标准 Search/list 端点。如果你知道该频道的话,这将返回仅返回来自特定频道的直播事件,而不会被认证为该频道/用户 channelId :
Search/list
channelId
part -> snippet
channelId - > [channelId of the channel/user with the live event]
[channelId of the channel/user with the live event]
eventType -> live
type -> video (设置时需要 eventType 至 live )
type -> video
eventType
live
HTTP GET https://www.googleapis.com/youtube/v3/search?part=snippet&channelId={channelId}&eventType=live&type=video&key={YOUR_API_KEY}