I want to get number of comments and/or likes for video with specific YouTube ID. I am using YouTube API v3.0.
I was searching through API documentation and can't find appropriate method.
I want to get number of comments and/or likes for video with specific YouTube ID. I am using YouTube API v3.0.
I was searching through API documentation and can't find appropriate method.
If you want number of comments and/or likes for video with specific YouTube ID, you need to use the YouTube API V3 with
youtube.videos.list
with the parameters :
This is the output :
LIVE DEMO
You can find all informations about video list in the doc :https://developers.google.com/youtube/v3/docs/videos/list?hl=fr :
After having better look at Google API documentation here, I have found that I can use "statistics" part parameter of Videos.List API in order to get what I want.
Exact HTTP post request should be (notice part=statistics parameter):
And response is: