I want to get a list of all the items with prices from dota 2. Using this code:
<?$urll2 = "http://api.steamapis.com/market/items/570?api_key=******";
enter code here$urljson2 = file_get_contents("$urll2");
$data2 = json_decode($urljson2);
echo $data2;
?>
And displays this error:
Warning: file_get_contents(http://api.steamapis.com/market/items/570?api_key=4E465E3EC414FE37DAE8357EF7F01863) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.1 401 Unauthorized