Hi
I need Youtube Video Category List country wise Code/Name
CategoryId,CategoryName,CountryId,CountryName.
Thanks
Hi
I need Youtube Video Category List country wise Code/Name
CategoryId,CategoryName,CountryId,CountryName.
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.
Ramco RamcoPosted Apr 9, 2024, 5:20 AM
Hi Abhishek
I have below code but it is not showing region option
Thanks
Abhishek YadavPosted Apr 9, 2024, 5:07 AM
Here is a sample code in C# to get the YouTube video category list by country:
Please replace
YOUR_API_KEYwith your actual YouTube Data API key. Also, make sure to install theNewtonsoft.JsonNuGet package in your project.This code will fetch the video category list for a specific country and display the CategoryId, CategoryName, CountryId, and CountryName for each category.