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.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.