Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
https://api.steampowered.com/IPlayerService/GetRecentlyPlayedGames/v1/?key=...&steamid=...
this will get your recently played games only. that means you need to have played the appid the past 2 weeks for it to show up.
alternative you can create a bot account and befriend that bot account and use the endpoint
https://store.steampowered.com/friends/frienddata
EHm ok that's not for my case.
I need to see that app hours played for everyone that has the profile as public
you wont get this data via official means, you have to scrape it yourself and that means ratelimits.
however he doesn't understand what ISteamUserStats/GetUserStatsForGame/ shows, because the api is not for what he thinks it is for. it is for stats and achievements.