Retrieve public statistics of video via youtube api

后端 未结 3 851
执念已碎
执念已碎 2021-01-14 16:42

It\'s possible to obtain public statistics of video?

Using something like this i can get just total views of video and like count:

https://www.google         


        
3条回答
  •  轮回少年
    2021-01-14 17:05

    The only API call under Version 3 of the API that will get you statistics is the youtube.videos.list API

    Try this API Explorer link to try:

    https://developers.google.com/apis-explorer/#p/youtube/v3/youtube.videos.list?part=snippet%252C+statistics&id=Ys7-6_t7OEQ&maxResults=50&_h=2&

提交回复
热议问题