How to pull previous titles of a channel?

Hi, I’d like to implement a feature for my bot which requires a list of previous titles…
However the only information I found on https://github.com/justintv/Twitch-API was how to retrive a list of highlights/videos and not previous stream titles!
So where can I find this sort of information?

Thanks in advance.

Title changes aren’t a part of any documented API, but you can poll the /channels/:channel or /streams/:channel endpoints and look for title updates yourself.

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