i want to get all the channel from the module Featuring channel
of a YouTube channel ,with the API V3 of YouTube
I post a picture, you can see what is the module Featuring channel
This is the module with all the YouTube channel.
I want to get this with the api but i can't find the information in the API. Is it possible ?
There isn't option to grab the featured channel on the youtube api V3. I think we also need to wait an update of the api v3.I finally found a solution with YouTube API V3 !
If you check the documentation of Channel you can see the parameter : brandingSettings
The featured channels are in the brandingSettings results. All you need is the id for the YouTube channel, not the username. I made a tool to find the Id of a channel YouTube with the name.
http://martialdidit.github.io/YoutubeID/
For example, the channel is : YouTubeHelp -> id : UCMDQxm7cUx3yXkfeHa5zJIQ
So with this ID and the part : brandingSettings you are able to find the featured channels.
An exemple with api's explorer
The result :
If you check the table :
featuredChannelsUrls
Each id is corresponding to a featured channel. Use the API V3 to find the name of the channels associate.
No. Upon checking the documentation, I don't think youtube api V3 lists options to grab list of featured videos.
However, version V2 had an option to get the recently featured list. It has been deprecated.