How to pull channel's title?

Hi, I’d like to implement to my page a place where shows just the channels’ title.
I’m new on this, can anyone help me ?

Thanks in advance.

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

Thank you very much for your help :smiley: