Questions tagged [youtube-api]

Ask Question

The YouTube APIs and Tools enable the integration of YouTube's video content and functionality into a website, application, or device.

11,941 questions
-1 votes 1 answer 26 views

How do you get a Youtube Channel's links (website) from the youtube/v3/channels API?

Looking at the doc: I don't see any part to request to get the links or websites of a channel. If you go to any channel "About" ... user avatar Andrew Arrow
  • 4,190
-1 votes 0 answers 12 views

Duplicate videos from Youtube V3 Playlist API

I am getting duplicate videos while hitting playlist endpoints Sample URL: " Duplicate ... user avatar Dev
  • 12.9k
1 vote 1 answer 14 views

Why does Google's YouTube Data API v3 "Queries per day" Quota increase more than I'm calling it?

I have the default 10,000 queries per day. I added some careful debugging output to my program that's making calls to see exactly how many calls I'm making: user avatar Andrew Arrow
  • 4,190
0 votes 0 answers 12 views

Youtube API V3: Filter my subscribers by channels

So I am building a web app whereby I want to check if certain channels (users) are subscribed to an certain (authed) channel via the API. Obviously the subscriptions/list API has restrictions when ... user avatar Adam Jessop
  • 81
0 votes 0 answers 15 views

Authentication Error when trying to retrieve Youtube Chanel Information

I am trying authenticate the user and then retrieve youtube channel list. Below is the function to authenticate: function authenticate() { showNewLoader('show'); return gapi.auth2.getAuthInstance()... user avatar TharakaNirmana
  • 10k
0 votes 0 answers 20 views

Get list of all comments made by a given user with Youtube Data API?

Is it possible to get a list of all comments made by a given user's account with Youtube Data API, or even another API? If this isn't a direct feature, would there be a convoluted way of doing this by ... user avatar Tom Hillman
  • 1
0 votes 0 answers 13 views

API Service Form is failing

im trying to finish the YouTube API Services compliance review for our iOS app. We resolved all open requests from YouTube a while ago. Sadly we cant reach our YouTube Service compliance review editor ... user avatar Sven
  • 1
0 votes 1 answer 55 views

Youtube CommentThreads api Insert not working

I'm trying to Use Youtube api v3 to comment on video and getting this error but my request data is correct according to documentation. Here is my code. Using oauth the code setting access_token like ... user avatar Rohit sharma
  • 1
0 votes 0 answers 45 views

Youtube analytics reports response empty rows

sorry if this question already exists, i'm trying to get audience retention data from Youtube API: (), most of them are FINE, but some of videos ... user avatar Dũng Nguyễn
  • 1
3 votes 1 answer 49 views

"Most Replayed" Data of Youtube Video via API

Is there any way to extract the "Most Replayed" (aka Video Activity Graph) Data from a Youtube video via API? What I'm referring to: user avatar prodohsamuel
  • 33
0 votes 0 answers 16 views

Audience Retention Data of Youtube Video via API

Is there a way to retrieve the audience retention data of any Youtube video via API (preferably using Python)? I found the same question asked 9 years ago, but they were told that the feature didn't ... user avatar THEMOUNTAINSANDTHESKIES
  • 323
-3 votes 0 answers 30 views

Is there any way to get the published date of a youtube comment? [closed]

Is there any way to get the published date of a YouTube comment? I have searched for a bit, but I don't seem to find anything that helps solve my problem. If anyone has any idea to get the date of ... user avatar Zaid Ahmad
  • 77
0 votes 0 answers 31 views

How do i style a youtube live stream message?

Hi so i am manually inserting in my live stream using a node js googleapis/youtube package. The message shows as a plain text message, what i would like to know is how can i change the design of this ... user avatar Rafid Ansari
  • 21
0 votes 0 answers 19 views

Class Google\Service Not Found

I'm working on a PHP script for a YouTube Uploader. I am getting this error. Fatal error: Uncaught Error: Class 'Google\Service' not found in /home/uploader/domains/ user avatar Sam Brown
  • 1
2 votes 1 answer 17 views

Youtube V3 Data API - The server returns wrong list of videos to request React and Axios

So I'm atempting to make a search request to Youtube API using Axios (with React) and I get a set of videos that have nothing to do with the search terms. Here a search based on the term "MKBHD&... user avatar Ardzii
  • 1,095

15 30 50 per page12345797

You Might Also Like