Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get list of live video broadcasts using youtube api v3

Tags:

youtube-api

I'm having an hard time trying to figure out how I can get a list of videos that are live for a given channel. For instance for this channel:

https://www.youtube.com/channel/UC4R8DWoMoI7CAwX8_LjQHig

I can get the videos from the uploads playlist or any playlist without any issue. However, I can't figure out how to get a list of live broadcasts.

Many thanks in advance

like image 776
user3184086 Avatar asked Aug 03 '15 12:08

user3184086


1 Answers

Solved by using:

https://developers.google.com/youtube/v3/docs/search/list

There, you can filter by channelId and filter by live only if you add type=video and eventtype=live.

Thanks anyway

like image 135
user3184086 Avatar answered Nov 09 '22 07:11

user3184086