You’ll need to make two HTTP requests: the first is to https://api.twitch.tv/kraken/teams/[team_name] to make sure the specified time exists; From there you can make the 2nd call against http://api.twitch.tv/api/teams/[team_name]/all_channels.json to get a list; if you do not verify the team exists, the 2nd call will result in a redirect
1 Like