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

Yes. it works for “The Elder Scrolls: Legends” now.
But it doesn’t work for “Senran Kagura: Peach Beach Splash”.

I did like 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);