How to pull channel's title?

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. :smile:

1 Like