Это мой текущий код:
$json = '{
"response": {
"players": [
{
"steamid": "76561198019025166",
"avatarmedium": "
}
]
}
}';
$result = json_decode ($json);
echo $json->response[0]->players->profileurl;
Подробнее здесь: https://stackoverflow.com/questions/469 ... ut-foreach