Questions tagged [youtube-data-api]

YouTube Data API used for getting details of YouTube contents like Playlist, Playlistitems and video's details! You need to generate a YouTube Data API Developer Key to access the content available on YouTube Data API.

YouTube Data API

The tag is generalized version of tag.

References

4420 questions
19
votes
1 answer

Google decreased youtube api v3 limits for queries per day to 10 000 per day for all accounts and projects

That's not a yet another question on how to increase quota limits. Today Google decreased YouTube Data API v3 quota limits for queries per day from 50 million in my case to 0! Somebody had 1 million queries, 100 000 queries per day, but now…
Artem Shevtsov
  • 496
  • 5
  • 13
19
votes
1 answer

Does youtube v3 Data api have a limit to the number of id's you can send to videos.list?

I want to get the total playtime of a youtube playlist, so first I request video id's for each element in a playlist then I request the durations for all the videos. There is a limit to how many items the playlist returns, which is 50, so I have to…
Ignat
  • 1,142
  • 1
  • 12
  • 22
18
votes
2 answers

Youtube Data API V3 - No Video url

I am using youtube data api version 3, to get the top youtube videos, i am calling the REST api like…
Sanjay Bathre
  • 451
  • 1
  • 5
  • 17
17
votes
6 answers

How do some sites download YouTube captions?

This is somewhat of a duplicate question of Does YouTube API forbid to download video captions if you are not it's owner?, Get YouTube captions and Does YouTube API forbid to download video captions if you are not it's owner?, which all basically…
ryanbrainard
  • 5,918
  • 35
  • 41
17
votes
4 answers

Sorting Youtube API result from playlist

I have been struggling with Youtube's API v3 now and I can't get it work in the way I want. My goal is to load the latest videos from a selected playlist into my website. The problem is that I only the the oldest videos in my response. To load the…
LetsGoRangers
  • 640
  • 1
  • 7
  • 18
17
votes
3 answers

Unable to post message to http://www.youtube.com. Recipient has origin https://www.youtube.com

My app at http://beta.billboard.fm is producing errors in my normal browsing session after playing a single song. If i reload the page in incognito, the app works fully. I only recently starting experiencing these issues. I have completed cleared…
16
votes
2 answers

Disable autoplay in youtube javascript api

I know about using autoplay : 0 in params and in url. The problem is when I use the loadVideoByID() function. THe initial video seems to always not autostart. but the moment I load in new video that new one autostarts. I dont want that new one to…
15
votes
6 answers

How to find if a youtube channel is currently live streaming without using search?

I'm working on a website to load multiple youtube channels live streams. At first i was trying to figure out a way to do this without utilizing youtube's api but have decided to give in. To find whether a channel is live streaming and to get the…
TheSwindler44
  • 177
  • 1
  • 10
15
votes
2 answers

Direct link to YouTube comments

Is there a way to link directly to the comments section of a YouTube page? I know that this can be done using anchors and div ids, but this has been unsuccessful when I applied it to a YouTube URL, because YouTube strips the forward slash on page…
BlueHelmet
  • 511
  • 2
  • 5
  • 18
15
votes
3 answers

How to upload Video to youtube using Google.Apis.YouTube.v3 and C#?

I have created console application using C#. Which will upload Video from local drive to youtube. I have created new app in google api using this link. I have also installed all required packages using nuget. When I run my application I am getting…
15
votes
2 answers

Fetch list of 50,000 most subscribed channels

I'm trying to figure out a way to grab the top 50,000 most subscribed youtube channels using javascript. These only need to be grabbed once and will be stored in a file to be used for an autocomplete input in a webpage. I've gotten pretty close to…
Marc Guiselin
  • 3,442
  • 2
  • 25
  • 37
15
votes
4 answers

YouTube APIs - Access mutiple youtube channels (Brand Accounts) using Google Admin account

I need to extract information from videos using YouTube Analytics and Reporting Api. I have access to multiple YouTube Brand Accounts, when I log into YouTube with my Google Account. Using the "Try it" for testing the API, I'm only able to retrieve…
bmvr
  • 817
  • 2
  • 9
  • 25
15
votes
2 answers

How to get watch later playlist details after September 12th?

Today, on YouTube's revision history page it is stated that The channel resource's contentDetails.relatedPlaylists.watchHistory and contentDetails.relatedPlaylists.watchLater properties are only visible to an authorized user retrieving data…
Ignat
  • 1,142
  • 1
  • 12
  • 22
15
votes
2 answers

PHP: YouTube v3 API Captions Upload with Sync Flag

For the past couple weeks my co workers and me have been working on trying to get captions on our clients YouTube video's through the v3 API. After about week we were finally able to get the captions to upload just fine but, YouTube would give us…
Tyler Steinhaus
  • 206
  • 1
  • 6
15
votes
2 answers

Get youtube trends v3 country wise in Json?

How to get youtube trends of most popular or most viewed by country wise in Json. Previously using youtube feeds v2. It seems deprecated, https://gdata.youtube.com/feeds/api/standardfeeds/IN/most_popular?v=2 Can I get youtube api v3 or any other…
saravanabawa
  • 1,607
  • 1
  • 16
  • 23