如何获取 Youtube 游戏直播状态,是直播还是离线?然后将其变成文本,例如频道离线或频道在线。这不是我的频道。
如果要检索有关其他频道广播的信息,则必须使用Search/list
终结点。
part -> snippet
channelId
-> [channelId of the channel/user with the live event]
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}
如果用户当前未流式传输,则 GET 请求将返回零项。