Game Categories API

Hi,

I’m looking for a way to call an API on Twitch’s Game Categories for a Search box, instead of creating a DB myself. This way I don’t use unnecessary space and can be up to date with new releases. So when I start typing the name of a game in the search box, it will auto generate the game title. Is this possible and if so how?

Thanks!

Pass your query to

1 Like

Thank you! I was editing my question when you responded and was wondering if this is possible as well.

“So when I start typing the name of a game in the search box, it will auto generate the game title.”

Yeah I pass it to this API

Then get the results and display a box for the user to pick a matching result.

Like this for example

1 Like

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