Please help me with this problem!

I am trying to get a response from an API in https://wind-bow.gomix.me/twitch-api, but I always receive nothing. I cant’t figure out what’s the problem. Here the code:

$(document).ready(function(){
  $.getJSON('https://wind-bow.gomix.me/twitch-api/streams/ESL_SC2?callback=?', function(data) {
    alert(data.game);
  });
})

I will appreciate your help.

Is there a way you could share your project, preferably as a Codepen?

I am just in the beginning, I am trying to test the API with a single data:

Try console.log(data), there is no game property.

Thanks I was confused, is the channel who own the property (name), again thanks a lot.