Steam Web API获得CS:GO库存

时间:2014-09-22 15:28:26

标签: json steam steam-web-api

好吧,所以我一直在互联网上寻找这个,而我发现的是,当你想得到某人蒸汽库存时,你可以使用它:

http://api.steampowered.com/IEconItems_{appid}/GetPlayerItems/v0001/?key={apikey}&steamid={steamid}&format=json

但问题是,当我为CS:GO(appid:730)执行此操作时,即使用户的商品库中有商品,我也会收到空回复。

1 个答案:

答案 0 :(得分:15)

如果你想让json只使用以下链接之一:

一般蒸汽库存:(1:游戏,3:优惠券,6:交易卡,7:奖励)

http://steamcommunity.com/id/<USERURL>/inventory/json/753/1
http://steamcommunity.com/profiles/<STEAMID>/inventory/json/753/1

http://steamcommunity.com/id/<USERURL>/inventory/json/753/3
http://steamcommunity.com/profiles/<STEAMID>/inventory/json/753/3

http://steamcommunity.com/id/<USERURL>/inventory/json/753/6
http://steamcommunity.com/profiles/<STEAMID>/inventory/json/753/6

http://steamcommunity.com/id/<USERURL>/inventory/json/753/7
http://steamcommunity.com/profiles/<STEAMID>/inventory/json/753/7

游戏:

http://steamcommunity.com/id/<USERURL>/inventory/json/<APPID>/2
http://steamcommunity.com/profiles/<STEAMID>/inventory/json/<APPID>/2

问题不在于反恐精英, 您刚刚使用了一个仅适用于一般蒸汽库存的旧链接。 我建议您使用STEAMID链接,因为不是每个蒸汽用户都设置了自定义。