Search by title not possible?

Funny, I was doing the same. Searching for a GTA RP server by the stream title.

Solution: Load all GTA streams with something like the PHP code snippet below (And change the language parameter) and then iterate through everything. Check the stream titles with the string contains function of your programming language.

while (True) {
        $curl_h = curl_init("https://api.twitch.tv/helix/streams?game_id=32982&language=de&first=100" . $pagination_cursor);