justintv / Twitch-API

A home for details about our API
www.twitch.tv
1.72k stars 380 forks source link

No API for new playlist feature #450

Open tylerhasman opened 8 years ago

tylerhasman commented 8 years ago

Will there ever be support for a playlist feature that lets us see information about the current video playing?

Muddr commented 8 years ago

There's an undocumented API for it.

https://api.twitch.tv/api/playlists/channels/:userid

playhead.active_vod_index is the current position of the playlist, you can use that to get the vod's id and then use the /videos/ API to get the info.