I am browsing the YouTube API here: https://developers.google.com/youtube/v3/guides/working_with_channel_ids
And I don't quite see a way to get all of a channel's videos. Is that not a common thing people do? And you need the channel id which I am not sure how to get. It is not my channel.
Would anyone please be able to point me in the right direction here. It seems that if I can embed a video into a website, I should be able to get the full channel list of videos. Or am I missing something?
You can do this to retrieve the channel id:
Retrieve Youtube Channel info for "Vanity" channel
And later, with channel id you can retrieve the channel's playlists:
https://developers.google.com/youtube/v3/docs/playlists
And then you can use each playlist id to retrieve the PlayListItems, and in this way retrieve all the videoIds in the channel:
https://developers.google.com/youtube/v3/docs/playlistItems
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With