Reputation: 8190
Recently, I work with youtube API v3
for Android
. I use Search.List when I want to retrieve list of videos from a keyword. I can find a lot of information from result (items/snippet), however I can't find viewCount
of each video. Looking detail at this API, I see a field named: order
and I can order by rating
, viewCount
, etc. IMO there should has a way to retrieve viewCount
when searching. Does anyone know it? Is it possible to give an example? Thank you very much.
Upvotes: 3
Views: 2566