youtube api - yt:statistics / view count not returned with v2 api -


i not able yt:statistics , corresponding view count using youtube v2 api

search uri: http://gdata.youtube.com/feeds/api/videos/-/park/competition?orderby=viewcount&max-results=50&v=2&format=5&fields=entry(title,content,media:group,yt:statistics,yt:rating,gd:rating)

when print feed , statistics, can not found it. believe able until last week.

i use python gdata lib send/receive requests. looks feeds getting statistics. not come every feed??

any pointers??

update: similar observations yt:rating.

is there minimum guarantee yy api provides statistics/rating?

without minimum guarantee, not become un-reliable?

have tried using youtube-analytics api?

not sure equivalent call in python library - example, url top viewed videos:

https://www.googleapis.com/youtube/analytics/v1/reports   ?metrics=views   &dimensions=video   &max-results=10   &sort=-views   &start-index=1   &start-date={first date of interest}   &enddate={last date of interest}   &ids={your channel id} 

you should able use same oauth token you're using youtube data api v2.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -