I am trying to get user game stats. First, I am trying to do like this:
http://api.steampowered.com/ISteamUserStats/GetUserStatsForGame/v0002/?appid=570&key=949DDA17D1A94CB9D387F2BE0727EB5F&steamid=76561198140055626&include_appinfo=1
For dota I just have this response:
{ "playerstats": { "steamID": "76561198140055626", "gameName": "[STAGING] DotA 2" } }
So my question is, how I can get all public game stats from Dota2,CS:GO,PUBG,etc.
? Because this method doesn't work with Dota2
?