Realtime Twitch search is slowed down with tons of results

Hello. I’m doing scholl project and I got a little problem. We have started out that we will do analytics “app” that will show the statistics of the searched user. After bit searching I figured out how to do realtime search on input. There is my question…Is there any way to limit total number of streams that are being searched, after filling the input it goes trought all of the searches, but I wanna limit just on like total 50 of them. If there is any othere parameter that can be applied, not just the limit of the shown objects…Thanks for anwsers.

Do you mean using the search APIs? For example, you could use the channel search API and pass in a query. You can use limit to retrieve up to 100 results.

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