你可以使用 搜索/名单 常规YouTube v3 API的端点,并将结果过滤为仅接收实时内容。确保传递以下参数:
part -> snippet
eventType -> live
type -> video (设置时需要 eventType 至 live )
type -> video
eventType
live
完整的获取请求:
HTTP GET https://www.googleapis.com/youtube/v3/search?part=snippet&eventType=live&type=video&key={YOUR_API_KEY}