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

how do I get youtube shorts from youtube api data v3

$
0
0

I want a way to get YouTube shorts for a specific channel from YouTube API. I looked every where and I couldn't find anything.

Currently I can get a playlist ID for all channel videos with this endpoint:

request = youtube.channels().list(    part="contentDetails",    id=id)

I also tried these parameters:

request = youtube.channels().list(    part="snippet,contentDetails,statistics,brandingSettings",    id=id)

So is there a way to get YouTube shorts from a specific channel from YouTube API or any other source if it's available.


Viewing all articles
Browse latest Browse all 3638

Trending Articles



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