Well I think I found out a solution and to make the devs job easier.

So basically from what I found out, the Forums work with this API of Twitch : https://api.twitch.tv/kraken/search/streams?q=toribash
Here it catches only some Streams, a.k.a. UkeTV.

Copy of the code when my stream is on.



But it is not catching every stream anymore and they have an update or soemthing I think (Not 100% Sure) and with the new link all the stream currently streaming Toribash come out here : https://api.twitch.tv/kraken/streams?game=Toribash
Here it catches all current streams on Toribash, a.k.a. UkeTV and Trestet.
Copy of it when my stream is on :

Copy of the code when my stream is on.



Also here is the link I used to find about all of this, since it might help the devs a bit more : https://github.com/justintv/Twitch-A...md#get-streams
You can use this tool for easier reading of the JSons : http://jsonviewer.stack.hu/
Last edited by Trestet; Nov 19, 2015 at 02:40 PM.