Self-Updating game list for website

Hello,
I am creating a website and I am in need of a way to present a list of popular games being played. Something similar to Twitch’s Browse tab. It would have to update automatically, and a user would have to be able to search for the game that they wanted.

Any ideas? Not sure where to start with this one.

Cheers!

1 Like

GiantBomb api https://www.giantbomb.com/api/

Or https://api.twitch.tv/kraken/streams

Lists “popular” streamers and build the game list from that

Or you could hook into Steam’s API for popular played games

Or https://api.twitch.tv/kraken/games/top from https://dev.twitch.tv/docs/v5/reference/games

Thanks a lot, Barry. I’ll take a look at those and see what i can get started.

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