2

I did go through Youtube v3 APIs but couldn't figure out how to achieve something which can be done using v2 APIs easily i.e. get all most-viewed channels in a region for e.g. Sweden here

https://gdata.youtube.com/feeds/api/channelstandardfeeds/SE/most_viewed?v=2

palmmind
  • 21
  • 2
  • You can look for it [here](https://developers.google.com/youtube/v3/guides/implementation/videos#videos-retrieve-most-popular-videos). You must set the `chart` parameter to `mostPopular` then put `regionCode` and `videoIdCategory`. – gerardnimo Feb 17 '16 at 12:17
  • thanks @gerardnimo however that gives me the most popular video in the region .I want to get the most viewed or most subscribed channel in the region .Can you help me with any pointers on that . – palmmind Feb 18 '16 at 09:02
  • I see, I mistook video for a channel. Let me see what I can get. – gerardnimo Feb 18 '16 at 09:19
  • Is there no way to achieve this? – aleclarson Jul 13 '16 at 00:18

0 Answers0