0

I'm trying to pull a list of videos uploaded by a user using the YouTube API. I was looking at the Channels List parameter it only seems to return basic channel information (description, viewcount, commentcount).

I then looked at the Video List parameter and it only seems to return basic information on the video (publish date, title, description, tags, duration).

I want to find out what videos a user has uploaded via their channel name or channel id. Is this possible? Thanks in advance!

semiflex
  • 1,176
  • 3
  • 25
  • 44
  • 1
    Try using Search videos and follow this request **`https://www.googleapis.com/youtube/v3/search?key={your_key_here}&channelId={channel_id_here}&part=snippet,id&order=date&maxResults=20`**. I've tested and got the result that you've wanted. Here is the related [SO post](https://stackoverflow.com/a/20795628/5995040) to where I've got the code snippet. Hope this helps. – Mr.Rebot Mar 28 '18 at 18:28
  • 1
    That worked! Thank you! – semiflex Mar 29 '18 at 09:51

0 Answers0