Not possible/Seek alternatives
Steam
https://developer.valvesoftware.com/wiki/Steam_Web_API
The API doesn’t appear to offer any details on time played per day (either in total or per game), so unfortunately this isn’t possible right now.
https://developer.valvesoftware.com/wiki/Steam_Web_API
The API doesn’t appear to offer any details on time played per day (either in total or per game), so unfortunately this isn’t possible right now.
You might want to suggest the attribute here then!
I haven’t tested this myself, but https://github.com/michaelsergio/steam-exporter/issues seems to grab and export your steam data using the api. You might be able to copy what they do to grab the data
Looks like this reports total play time, not play time per time period. You could run it periodically and look at deltas, but that will not give you historical data (Steam probably doesn’t track discrete playtime periods like that).
This would be useful for people who want to just keep tracking of their total playtime, though! Thanks for sharing.