Game Section on my personal website

Is it possible putting a game section on my personal website?

Would probably be best to elaborate a bit. You’re question is a be vague and overly broad

Like can pull this down to my own website. https://gyazo.com/ba3f18570d2aa8477f31f19d61d4bee0 ?

https://api.twitch.tv/kraken/streams?game=Minecraft

Ok Thanks also How would I put that in php? and on page do I put it in a $game = https://api.twitch.tv/kraken/streams?game=Minecraft and then just call it?

decode json in php

The api endpoints are driven by json. You need to decode it then display it. Also, look into registering your application and authenticating with twitch’s services ( link ). That’ll get you started, come back and post if you have more issues :smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.