user3184086
user3184086

Reputation: 731

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

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

Upvotes: 7

Views: 5642

Answers (1)

user3184086
user3184086

Reputation: 731

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

Upvotes: 17

Related Questions