python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
youtube data api search by viewCount wrong results
When I start a GET request to https://youtube.googleapis.com/youtube/v3/search?part=snippet&channelId=*channelId*&order=viewCount&key=*apiKey* I am supposed to get the most viewed videos o...
rrd
Votes: 0
Answers: 1
Looking for an overview of YouTube API caption data. Trying to find how many videos from a set have CCs (autogenerated or otherwise)
I'd like to take a set of YT videos and, from the metadata, determine:
how many of them have closed captioning
whether it's autogenerated closed captioning
what language the captions are in
I know t...
rzmg
Votes: 0
Answers: 1
Youtube Data API - PlayListItems: list returns duplicated entries and hide other uploaded videos
I'm using the youtube data api (v3-rev222-1.25.0) to list all videos from the 'uploads' playlist of an youtube channel. The result of this request is a list with duplicated entries (see below). Even w...

Andreas Göbel
Votes: 0
Answers: 0
why I am getting only one result only from the youtube api
I have a list of video ids as strings of different videos of youtube,but when I am fetching the data for all the video ids I am getting result for only last video.
Here is my code :
search_url = 'http...
nsb
Votes: 0
Answers: 1