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.