Is there any way to do this in javascript?
<?
$fgc=file_get_contents('http://steamcommunity.com/market/priceoverview/?country=PL¤cy=3&appid=730&market_hash_name=StatTrak%E2%84%A2%20AWP%20|%20Worm%20God%20%28Minimal%20Wear%29');
$json=json_decode($fgc,true);
echo $json['lowest_price'];
?>