Channels under a game by name

I was wondering how can I get the channels whose names match my input under a certain game.

For example, I want to get all the channels whose names match “steve” and are under “League of Legends”

There isn’t a direct way to do that combined query. You would have to use the search API and then filter from there for channel name.

While there’s no direct way, this works reasonably well to get at the population you want:

https://api.twitch.tv/kraken/search/channels?q=%22league%20of%20legends%22+%22steve%22&offset=0&limit=100

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