Steam (Unofficial) API

Get User Stats For Game

Returns a list of achievements for this user by app id. Example: http://api.steampowered.com/ISteamUserStats/GetUserStatsForGame/v0002/?appid=440&key=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX&steamid=76561197972495328

GET
/ISteamUserStats/GetUserStatsForGame/v2
key<token>

In: query

Query Parameters

steamid*string

64-bit Steam ID to return stats for

Defaultnull
appid*integer

The ID for the game you're requesting

Defaultnull
Formatint32
format?string

The format of the response. Defaults to json

Value in"json" | "xml" | "vdf"

Response Body

curl -X GET "https://api.steampowered.com/ISteamUserStats/GetUserStatsForGame/v2"
Empty
Empty
Empty