[SOLVED] Search by game name that has space or colon doesn't work

It doesn’t work…
Maybe that query can’t find the stream in that game category.

I used following:

$myGame = “Senran Kagura: Peach Beach Splash”; /* Set game name here */

$dataArray = json_decode(@file_get_contents_curl(‘https://api.twitch.tv/kraken/streams?limit=1&game=’ . urlencode($myGame)), true);