Hi
I am trying to get Most Popular Videos Region Wise & Category Wise using this API -
Thanks
Hi
I am trying to get Most Popular Videos Region Wise & Category Wise using this API -
Thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Pasang TamangPosted Jan 12, 2023, 1:22 PM
And here is the code example how you can do it with Restsharp. In Restsharp you will get json content. So, you need to deserialize using Newtonsoft.Json.
Hope this helps to you.
Regards,
Pasang
Pasang TamangPosted Jan 12, 2023, 1:12 PM
Hi,
If you want to list out most popular videos then you have to specify filter rule so the API can gives you the most popular video list. With YouTube Data API I have done like in below code.
Regards,
Pasang