好吧,所以我一直在互联网上寻找这个,我发现当你想获得某人的蒸汽库存时,你可以使用这个:
http://api.steampowered.com/IEconItems_{appid}/GetPlayerItems/v0001/?key={apikey}&steamid={steamid}&format=json
但问题是,当我为 CS:GO (appid: 730
) 执行此操作时,我只会得到一个空响应,即使用户的库存中有物品。
好吧,所以我一直在互联网上寻找这个,我发现当你想获得某人的蒸汽库存时,你可以使用这个:
http://api.steampowered.com/IEconItems_{appid}/GetPlayerItems/v0001/?key={apikey}&steamid={steamid}&format=json
但问题是,当我为 CS:GO (appid: 730
) 执行此操作时,我只会得到一个空响应,即使用户的库存中有物品。
如果您想获取 json,只需使用以下链接之一:
一般steam库存:(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
问题不在于反恐精英 appid,您只是使用了仅适用于一般 Steam 库存的旧链接。我建议您使用 STEAMID 的链接,因为并非每个 Steam 用户都设置了自定义 URL。