如何获得YouTube频道的you-tube订阅者订阅列表?

时间:2015-03-03 06:04:06

标签: java youtube youtube-api youtube-data-api

我已尝试查看以下API,但我收到了Total的回复,但只能获得订阅者的总数。

https://developers.google.com/apis-explorer/#p/youtube/v3/youtube.channels.list?part=subscriberSnippet&maxResults=10&mySubscribers=true&_h=10&

2 个答案:

答案 0 :(得分:0)

看起来YouTube Data API有一个端点来检索订阅者列表:https://developers.google.com/youtube/v3/docs/subscriptions/list

您的请求将如下所示:

https://www.googleapis.com/youtube/v3/subscriptions?part=snippet&mySubscribers=true&key={YOUR_API_KEY}

答案 1 :(得分:0)

您可以通过以下方式获取频道订阅的频道:https://developers.google.com/apis-explorer/#p/youtube/v3/youtube.subscriptions.list?part=subscriberSnippet%252CcontentDetails&channelId=UC9_eukrzdzY91jjDZm62FXQ&_h=4&

无法获取该频道的所有订阅者列表。因为您使用forChannelID参数可以得到它。但这不是过滤器,您必须在使用该参数时选择其中一个过滤器。 https://developers.google.com/youtube/v3/docs/subscriptions/list#filter-parameters