Game Box Art via API

Currently I know that I can pull up the game title being played on Twitch with an API call to : https://api.twitch.tv/kraken/channels/retched and then parsing the JSON for the ‘game’.

However, I wanted to know if there was a way to retrieve the URL/URI for the appropriate game. I know that Twitch stores it on the server and the address for each is static but it’s not necessarily uniform.

Take the game name then look it up either via https://dev.twitch.tv/docs/v5/reference/search/#search-games or http://www.giantbomb.com/api/

1 Like

A bit of coding and I got it. Thanks!

Success, led someone to the answer without actually giving the answer \o/

1 Like

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