URL for Chatters

If i were to attempt to display viewers/mods etc from the http://tmi.twitch.tv/group/user/absurdevolution/chatters, which url would I use for the get function? This page appears to be the response of a get function, but can I get the data from this page?

Use http://tmi.twitch.tv/group/user/CHANNEL_NAME/chatters I don’t believe there’s official API documentation for it but most people I’ve spoken to seem to use this method of getting people in chat. Though I can not speak as to whether or not it’s allowed.

The data is JSON so depending on what language you’re using, find a way to parse it. In Javascript, you’d use JSON.parse(stringData) to convert what’s on that page to a Javascript object.

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