0

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.

Jens Meire
  • 11
  • 1
  • 3

1 Answers1

3

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.

Kristján
  • 18,165
  • 5
  • 50
  • 62