I am trying to fetch Programming and Tech related videos from the Youtube Data API v3.
For now, I am using this URL https://www.googleapis.com/youtube/v3/videos?part=snippet,contentDetails,statistics&chart=mostPopular&maxResults=10&key=API_KEY&videoCategoryId=28®ionCode=US
As you can see the videoCategoryId=28
is a Science & Technology
category but it also fetches all the science and tech related videos which I don't want.
I want to have only programming and tech related videos.
Is there any solution for this?