[Solved] Get a list of uploaded videos

Is it currently possible to get a list of uploaded videos? The /channels/:channel/videos endpoint only returns recent broadcasts and highlights.

By using Chrome’s Dev Tools, you can see that Twitch is calling e.g.

https://api.twitch.tv/kraken/channels/cohhcarnage/videos?broadcast_type=upload

It’s part of the Kraken API so i guess it’s safe to use even thought it’s not documented yet.

Thanks, that works. broadcast_type=highlight or archive also works, with ‘all’ it only returns highlights and archives as far as I can see.

Here is a link to the docs:

https://dev.twitch.tv/docs/api/v3/videos#get-channelschannelvideos

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.