Quantcast
Channel: Active questions tagged youtube-api - Stack Overflow
Viewing all articles
Browse latest Browse all 3831

Is it possible to get a list of clips from the YouTube API?

$
0
0

I want to programmatically show my own channels youtube clips on a website. Is it possible to get the list of clips shown at youtube.com/feed/clips using the Youtube API? I have tried replacing 'playlist' with 'clips' using the method below but it does not work. I'm guessing https://youtube.googleapis.com/youtube/v3/clips does not exist.

To replicate my attempt using postman...

  1. get a api key from google console
  2. add permission to access youtube api to the scope
  3. set up a new get request
  4. select oath2 from the authorisation types
  5. use this url https://youtube.googleapis.com/youtube/v3/playlists?part=snippet&channelId=[YOUR CHANNEL ID HERE]&maxResults=25&key=[YOUR API KEY HERE]

The above works for playlists but not for clips.


Viewing all articles
Browse latest Browse all 3831

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>