This is my code:
$url = "http://steamcommunity.com/market/priceoverview/?currency=3&appid=730&market_hash_name=StatTrak%E2%84%A2%20P250%20%7C%20Steel%20Disruption%20%28Factory%20New%29";
$data = json_decode(file_get_contents($url), true);
echo "id: ", $data['lowest_price'];
This is my output:
id: 1,05€
it does not show a dollar sign as its supposed to even tho i have UFT 8 in my head?