Steam – Are historic Steam playtime stats available

steam

I know that Steam tracks certain stats related to the amount of time I've played games in my library. The stats that I'm aware of are:

  • Time of my current session
  • Time spent playing a game over the last two weeks
  • Time spent playing a game overall (ignoring time before Steam started counting)

What I would like is to be able to access more detailed information. I want to graph things like how often I am playing a game at certain times of day, or on each day of the week. I've got a lot of similar ideas, but all of them basically require knowing exactly when I started and stopped each session – potentially over a very long time.

Does Steam already store this data, or only the information in the list above? If it is, can I query it through an API? I'd assume it would have to be stored on their servers since it's able to be viewed through browsers and the mobile app.

If it isn't queryable through an API, is it possible to track it locally? Is the "current session" counter stored somewhere locally and in a readable format? Could I write a script to scrape it every minute and log the data out? This would allow me to gather the data starting now, at least – it's not the perfect solution but it's something.

Best Answer

IF Steam is collecting such a detailed statistic, then I haven't seen any documentation on that and it most definitely isn't available via API.

Although, they do collect quite a range of data across all users, presented e.g. via here or here

AFAIK, detailed statistics for single games are available to the games developer/publisher on steam, but not the users.

The easiest way to build your script that I can think of would be to query your Steam community profile for the currently played game, this is queryable in various formats such as JSON or XML. But this requires you to set your profile to public.