Today i have requirement in Youtube analytics API , Where i want to get trending/popular videos in particular channel, we have API Key for channel. Is there any api call to get top trending videos in channel?
Asked
Active
Viewed 800 times
2 Answers
0
Use Youtube Analytics Query report specifying for the top 10 views video of your channel :
- dimensions : video
- max-results : 10
- sort: -views
You can found a template here

Bertrand Martel
- 42,756
- 16
- 135
- 159
0
There is no API call to get trending videos in a user's channel because how do you define "trending" in a programming sense? The word trend is not mentioned even once in the Youtube Analytics and Metrics docs.
But, you can get views, likes and other metrics for a certain video.

ReyAnthonyRenacia
- 17,219
- 5
- 37
- 56