Steam 网站 API 未检索用户评论
Steam Web API not retrieving user reviews
我一直在尝试使用他们的 API 记录 here 从 Steam 上的应用程序中获取一些用户评论。但是,有些请求 return 只有 JSON {"success":2}
而没有其他请求。
您可以在浏览器上尝试这两个请求:
Miner Ultra Adventures Steam Web API reviews: this request returns {"success":1,"query_summary":{...},"reviews":[...]}
and if you open this Steam Community page 您可以检查游戏是否有评论,并且它们正在被正确检索。
UFO: Afterlight - Old Version: this returns {"success":2}
but when you open the game's Steam Community page您可以看到该游戏有几条评论,但没有被检索到。
我没有找到关于此响应代码的任何信息。我认为这无关紧要,但我正在使用两个 Python 库:Requests and BeautifulSoup.
编辑:
我发现这个 unofficial website 有响应代码。这似乎是一个一般性错误,我仍然不知道如何访问某些应用评论。
UFO:Afterlight - 旧版本 已从 Steam 商店中移除。
您将收到与已从商店中删除的任何其他游戏名称相同的响应。
我一直在尝试使用他们的 API 记录 here 从 Steam 上的应用程序中获取一些用户评论。但是,有些请求 return 只有 JSON {"success":2}
而没有其他请求。
您可以在浏览器上尝试这两个请求:
Miner Ultra Adventures Steam Web API reviews: this request returns {"success":1,"query_summary":{...},"reviews":[...]}
and if you open this Steam Community page 您可以检查游戏是否有评论,并且它们正在被正确检索。
UFO: Afterlight - Old Version: this returns {"success":2}
but when you open the game's Steam Community page您可以看到该游戏有几条评论,但没有被检索到。
我没有找到关于此响应代码的任何信息。我认为这无关紧要,但我正在使用两个 Python 库:Requests and BeautifulSoup.
编辑:
我发现这个 unofficial website 有响应代码。这似乎是一个一般性错误,我仍然不知道如何访问某些应用评论。
UFO:Afterlight - 旧版本 已从 Steam 商店中移除。
您将收到与已从商店中删除的任何其他游戏名称相同的响应。