google api - youtube api v3 - get videos from a playlist with view count data ordered by number of views -


i want videos playlist statistics data viewcount , videos should ordered number of video views. far have managed following:

https://www.googleapis.com/youtube/v3/playlistitems?part=snippet&playlistid=uubw18jzrgko_mogm5er8yzg&key={your_key_here}&maxresults=50 

in youtube api v2 can pass part=statistics view count not working v3 playlists. how can above video data in above mentioned format.

from results of playlistitems.list call, collect video ids, make comma-separated list , set id parameter of videos.list call. call give data need.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -