Getting strated with Twitch api

Twitch’s API does not support CORS, you’ll need to use JSONP. You can use Twitch.api provided by the JS SDK that you seem to already be using, or keep using jQuery but set dataType: "jsonp".

1 Like