简体   繁体   English

从Steam API获得正面和负面评论

[英]Get positive and negative review from steam api

I want to calculate % of positive reviews, but I can't found a data for it. 我想计算正面评论的百分比,但找不到相关数据。 I'm using this endpoint to get information about game: " https://store.steampowered.com/api/appdetails?appids= " but there is only total number of reviews, also I know about this " https://store.steampowered.com/appreviews/idhere?json=1 " but numbers is not correct. 我使用这个端点,以获取有关游戏信息:“ https://store.steampowered.com/api/appdetails?appids= ”但是只有评论的总数,我也知道这个问题“ https://开头店.steampowered.com / appreviews / idhere?json = 1 “,但数字不正确。

The correct numbers for the overhaul score of a given game can be obtained by forcing the language parameter to be 'all'. 可以通过将语言参数强制设置为“全部”来获得给定游戏的大修分数的正确数字。 https://store.steampowered.com/appreviews/252950?json=1&language=all https://store.steampowered.com/appreviews/252950?json=1&language=all

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM