How can get a stream url by Id or streams urls of a game with new API

Add the user_name to the end of the URL

var url = ‘http://twitch.tv/’ + (resp.data[0].user_name).toLowerCase()

see also

and for a “fix” when the user_name != login

1 Like