Youtube Related Videos using Youtube V3 API
I need the API URL for Youtube Related Videos using the Youtube V3 API. But I couldn't find the direct API call, like it is in Version 2. Did I miss...
View ArticleGetting an Embedded YouTube Video to Auto Play and Loop
I am trying to get a basic Youtube video to auto play and auto loop embedded on a page, but I'm having no luck.<div style="text-align: center; margin: auto"><object...
View ArticleYouTube Data API is not returning comments from Community tab
Hi YouTube Data API Team -The commentsThread endpoint (https://youtube.googleapis.com/youtube/v3/commentThreads) is not returning comments from the Community tab in YouTube.I've debugged this...
View ArticleHow to manage channel's playlists using YouTube Data API?
I currently have a private Google (that includes YouTube) account with a YouTube channel. I want to create and generally manage playlists on channel account (instead of private account/channel). When...
View ArticleHow to View YouTube API User Requests Limit
I'm developing a personal-use app that's using the YouTube Data API v3 for a number of operations, including creating live streams/broadcasts, creating playlists, etc. My app status is Testing with...
View ArticleProgramatically get users that have permissions on my YouTube channel
Looking over all YouTube APIs, I didn't manage to find any API that allows me to check what are the users that have permissions on my channel (Manager/Editor/Viewer etc). I'm thinking I may be missing...
View ArticleYoutube API V3 : YouTube livestream resolution in "variable" doesn't detect...
We are using the YouTube API V3 to create/retrieve livestream and stream with RTMP.When a live is created from the API and the cdn.resolution is set to 1080, everything is great. The viewer can see...
View ArticleCommentThreads & maxResults parameter not working correctly on Youtube API v3
The commentThreads endpoint with videoId is experiencing multiple issues (YouTube API v3).If you use the parameter maxResults=100, it returns only 20 (the default) items. It seems that the endpoint is...
View ArticleDiscrepancy in Video Data From Activity Reports
I trying to send this request to get the activity data:YouTube.Activities.List activitiesListByIdRequest =...
View ArticleYouTube Live Streaming API rate error: how to find out, which exactly quota...
We develop a server application that publishes meetings from internal system into YouTube live events. It accesses API on behalf of its only user, the channel owner, and authenticates with both API key...
View Articlecan't find variable: productpagedetector
While investigating Clarity reports I bumped into error "can't find variable: productpagedetector"This error appears mostly on IOS devices, and coming from this script...
View ArticleYouTube Analytics API - How to find viewer demographics of YouTube accounts...
I am using YouTube Analytics API with oauth2.0 authorization to get channel owner demographic (ageGroup and gender).It does return values for the ageGroup and gender of the province==US-CA, but I want...
View ArticleHow do i use Youtube Api Embed Filter Research on normal YT?
im looking for a way to filter videos that are embeddable only to put in my application and since there isn't such filter on YT,I found the Youtube Api and started experimenting with it, i found the...
View ArticleVideo unavailable for embeddable video with open youtube license
I'm trying to detect, what kind of videos might be integrated to embedded player by the YouTube.According to the google documentation, if the video has embeddable flag is True, it mean, that video...
View ArticleYouTube API: Check if Someone Else's Video is Monetized or Not
There is a website called: TubeSiftThis tool determines whether a video is "monetized" or not.My simple question is...Is there a way to determine if a specific YouTube video is monetized (can show...
View ArticleHow to use YouTube music in innertube(youtubie/youtube-internal-api) player...
How to use YouTube music in innertube (youtubie/youtube-internal-api) player endpoint?I used YouTube (web) using innertube with Python, but when using the "WEB_MUSIC" it gives a signaturecipher URL...
View ArticlePlease explain the YouTube Data API's Quota / Limits
I simply have a couple queries about the YouTube Data API which for some reason I just can not find any answers to. Even if the answer was explained clearly in the documentation, I hope to keep this...
View ArticleIs there any way to get user subscription or watch history through youtube API?
Is there any way to get user watch history or channel subscriptions from youtube API using oauth? I've checked around but can't find anything.It looks like the most that can be done is get a users...
View ArticleYouTube API playlist shuffle not working?
I have been trying to set-up my youtube api to shuffle my playlist but the order is the same all the time...Here is the link where I am getting my code from...
View ArticleHow to find videos by country and keyword?
I want to find Youtube videos by country and keyword. For example: All videos about Obama that were uploaded in Norway.Things that I have already tried:1, Standard feeds allow country specific results...
View Article