How to get past broadcasts (archive)?

Welcome. I want to get past broadcast (archive) via api from Twitch.TV channel - reziplaygames
I tried to use this: https://api.twitch.tv/kraken/channels/reziplaygames/videos
But this return only Hightlights, not archive.

I tried to use Justin.TV API too.
http://api.justin.tv/api/channel/archives/reziplaygames.json
But there was 404 error, channel not found.

Can anyone help me?

Add broadcasts=true as a parameter on the URL if you want “Past Broadcasts” instead.

Ex: https://api.twitch.tv/kraken/channels/george/videos?broadcasts=true

1 Like

Thank you very much!

1 Like