Steam (Unofficial) API

Get Global Stats For Game

GET
/ISteamUserStats/GetGlobalStatsForGame/v1
key<token>

In: query

Query Parameters

appid*integer

AppID that we're getting global stats for

Defaultnull
Formatint32
count*integer

Number of stats get data for

Defaultnull
Formatint32
name[0]*string

Names of stat to get data forNote: this is an <a href=https://partner.steamgames.com/doc/webapi_overview#2>array parameter

startdate?integer

Start date for daily totals (unix epoch timestamp)

Defaultnull
Formatint32
enddate?integer

End date for daily totals (unix epoch timestamp)

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/GetGlobalStatsForGame/v1?name%5B0%5D=string"
Empty
Empty
Empty