FCC Twitch API pass-through

How do I use the FCC Twitch API pass-through?

The Twitch API base URL works when I use it:

$(function() {
$.getJSON(“https://api.twitch.tv/kraken/streams/freecodecampclient_id=tutx5kr5lrghegd6zdsx0qp7ke8sqj”).done(function(data){

console.log(data);
});
});

Thanks.

similar to what you wrote, using the pass-through to avoid showing an API key:

https://wind-bow.glitch.me/twitch-api/users/ShoutFactoryTV

Thanks.

I needed an API key to get information from https://wind-bow.gomix.me/twitch-api.

I thought we wouldn’t need the key if we used the above workaround.

Thanks again.