Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

List of subscribers to a YouTube channel

Tags:

youtube

Is there any way I can create an HTML list of subscribers to a channel using the YouTube APIs?

I searched for something on this site: API - Youtube

There is this term, but I do not know if this is the way: youtube.activities.list, which returns all the events of a channel.

EDIT

How would I get with my channel subscribers?

like image 772
Luciano Avatar asked Nov 20 '25 04:11

Luciano


1 Answers

You cannot access another Person's subscriber list. Only the channel owner can do that. You can get the subscriber amount though.

like image 81
Ian Rehwinkel Avatar answered Nov 25 '25 00:11

Ian Rehwinkel