$url = 'http://www.spohesap.com/api?type=steam&username=[USERNAME]';
$veri = file_get_contents($url);
$oku=json_decode($veri,true);
$picture = $oku['picture'];
$steamID = $oku['steamID'];
$steamID3 = $oku['steamID3'];
$steamID64 = $oku['steamID64'];
$customURL = $oku['customURL'];
$profile = $oku['profile'];
$profilestate = $oku['profilestate'];
$profilecreated = $oku['profilecreated'];
$name = $oku['name'];
$realname = $oku['realname'];
$location = $oku['location'];