大多数玩蒸汽API的游戏

时间:2022-02-16 16:56:17

Is there a possibility to get JSON file with the most played games from the steam API? Can't find the right method from the steam documentation.

是否有可能从Steam API中获取最多玩游戏的JSON文件?无法从蒸汽文档中找到正确的方法。

1 个解决方案

#1


1  

Valve doesn't provide a most-played endpoint - you'd need to collect play stats for every game yourself. SteamDB and SteamSpy both aggregate those stats, and the latter has an API you can query for some Top 100 lists.

Valve不提供最常用的端点 - 你需要自己收集每个游戏的游戏统计数据。 SteamDB和SteamSpy都聚合这些统计数据,后者有一个API,您可以查询前100个列表。

#1


1  

Valve doesn't provide a most-played endpoint - you'd need to collect play stats for every game yourself. SteamDB and SteamSpy both aggregate those stats, and the latter has an API you can query for some Top 100 lists.

Valve不提供最常用的端点 - 你需要自己收集每个游戏的游戏统计数据。 SteamDB和SteamSpy都聚合这些统计数据,后者有一个API,您可以查询前100个列表。