file_get_contents API JSON

$contents = file_get_contents($url);
$contents = utf8_encode($contents);
$results = json_decode($contents); 
Yellowed Yak