Retrieve community tab data with the YouTube Data API - youtube-api

Is it possible to retrieve posts and comments from the tab community using the YouTube Data API?
Regards,
Lotfi Zaouai

Related

How to Filter premium videos from search results

I am using youtube api and some videos, which I am fetching are for YouTube premium. How can I filter them from not fetching these videos?
As always YouTube Data API v3 doesn't provide a basic feature: is a given video a premium one?
I would recommend you to use my open-source YouTube operational API. Indeed by requesting https://yt.lemnoslife.com/videos?part=isPremium&id=VIDEO_ID you'll receive a JSON where item['isPremium'] is a boolean stating whether or not the given video is a premium one.
With that you will be able to filter premium videos in search results with an additional call to my API.

Youtube data API cannot access latest comments from activities api

Youtube data API cannot access latest comments from activities api
https://developers.google.com/youtube/v3/docs/activities#resource
not able to receive the latest comments from activity api
The response does not give details of comments

Get rental price from YouTube Data API

I'm currently using the YouTube Data API v3 for videos and I'd like to get pricing information from the API. I couldn't find anything regarding that in the API. Is there another API for this kind of information that I'm not aware of or some undocumented parameter?
Here's an example request to get information about a movie that can be rented and bought on YouTube:
https://www.googleapis.com/youtube/v3/videos?key=API_KEY_HERE&part=snippet&id=wz43PZMOrAM
There's a price visible on the site itself but no trace of it in the API:
https://www.youtube.com/watch?v=wz43PZMOrAM&app=desktop
Thanks!
This is beyond the Youtube Data API's scope. You can't fetch that information using the Youtube API yet.

Channel History and Watch Later playlists after August 11th deprecations

Youtube has deprecated the ontentDetails.relatedPlaylists.watchHistory and ontentDetails.relatedPlaylists.watchLater API endpoints as described here.
Will there be a way to programatically access a channel's watchHistory and/or watchLater lists via other means, or will these pieces of user data be completely inaccessible via the Youtube Data API?
Thanks for any information.

Is it still possible to retrieve the user url using the YouTube Data API (v3)

I've heard that the new YouTube Data API (v3) does not retrieve the user url anymore? Is that correct?
I am the Product Owner of a Community Software and I would like to enrich the public profile of a user with social network content.
So for example as a Community Member I want to connect my community account with my YouTube Account (google+) so that I can display and share the url of my YouTube account with other community members.
Thanks for your help
With channels.list method, you'll get both G+ username as well as channel url.

Resources