Hi Mollokan,
You can get the title of the channel by doing a GET request for the channel info and parsing out the “status” field from the JSON response object. The info on how to do the GET request can be found here: https://github.com/justintv/Twitch-API/blob/master/v2_resources/channels.md#get-channelschannel
Hope that helps. 