0

I just try this API to get item from market steam of CS GO ==>

$json_strings = file_get_contents("http://api.steampowered.com/ISteamEconomy/GetAssetClassInfo/v0001?key={$config['api_key']}&format=json&language=en&appid=730&class_count=3&classid0=".$id );
                    $parsed_jsons = json_decode($json_strings);

But I only get of case key.

Please help me to get this all item:
http://steamcommunity.com/market/search?appid=730 using api.

i'm sorry for my bad english.

George Kagan
  • 5,913
  • 8
  • 46
  • 50
  • That url you have in the code, does it work from a browser? – aksappy Nov 29 '16 at 06:49
  • yes work. but i don't understand how to get item from this url : http://steamcommunity.com/market/search?appid=730 – Tempat Kerja Nov 29 '16 at 07:47
  • I do not see that webpage calling any API when the page is loading. Is there a documentation available for this? – aksappy Nov 30 '16 at 05:34
  • Here is [the documentation](https://wiki.teamfortress.com/wiki/WebAPI/GetAssetClassInfo) for the command you use. Maybe it is of help for you. – creyD May 24 '17 at 04:42

0 Answers0