使用 youtube 数据检索频道信息 API

Retrieve channel's info using youtube data API

我想获取 Youtube 频道信息,例如订户总数、语言、信息选项卡等。如果我只有 API 密钥和频道 ID,那么这样做的终点是什么。

找出答案,下面是获取频道信息的API调用。

https://www.googleapis.com/youtube/v3/channels?part=snippet,statistics&id=UCSJ4gkVC6NrvII8umztf0Ow&key=[API_KEY]

Google 的 API 文件 https://developers.google.com/apis-explorer/#search/youtube.channels.list/m/youtube/v3/youtube.channels.list

使用下面我分享的 link 可能对您的问题有用

https://developers.google.com/youtube/v3/docs/channels/list