@Six here is my full request:
var twitchAPI = $.ajax({
type: "GET",
url: "https://api.twitch.tv/helix/streams/?user_id=ESL_SC2&user_id=freecodecamp",
// contentType: ('application/x-www-form-urlencoded; charset=UTF-8'),
crossDomain: true,
headers: {
"Client-ID": "5k4g3q59o69v6p9tudn39v50ro1mux",
},
dataType: "json",
success: function (json) {
console.log(JSON.stringify(json, null, 2));
},
error: function () {
console.log("SHIIIT!!!");
},
})
@Dist: one of the channels is ESL_SC2 which is streaming 24/7.