我搜索了论坛,并找到了获取所有用户游戏的示例模式: http ://steamcommunity.com/id/ /games?tab=all&xml=1 返回所有游戏。但是,如果用户尚未设置 Steam 个人资料,即使他/她有游戏,他们也不会出现在上述网址中。(例如)http://steamcommunity.com/id/76561198061133470/games?tab=all&xml=1
我有 Steam Web API 密钥。我想得到游戏列表。任何人都可以指出一个方法/调用吗?
我搜索了论坛,并找到了获取所有用户游戏的示例模式: http ://steamcommunity.com/id/ /games?tab=all&xml=1 返回所有游戏。但是,如果用户尚未设置 Steam 个人资料,即使他/她有游戏,他们也不会出现在上述网址中。(例如)http://steamcommunity.com/id/76561198061133470/games?tab=all&xml=1
我有 Steam Web API 密钥。我想得到游戏列表。任何人都可以指出一个方法/调用吗?
如果是 customUrl,则使用
http://steamcommunity.com/id/<custom>
否则使用
http://steamcommunity.com/profile/<steamid>
您可以使用任何 steamcommunity url 通过添加?xml=1
到 url 的末尾来检索数据
如果您使用“profiles”而不是“id”,它似乎可以工作
以您为例:http ://steamcommunity.com/profiles/76561198061133470/games?tab=all&xml=1