Get About Stats - Revadike/InternalSteamWebAPI GitHub Wiki
GET /about/stats
Rate limits
No known rate limit
Request
Authenticated: No
Method:
GETHost:
www.valvesoftware.comPath:
/about/stats
Response
200 OK
Name Type Description users_onlinestring The amount of users that are currently online on Steam users_ingamestring The amount of users that are currently in-game on Steam
Example
GET https://www.valvesoftware.com/about/stats
{
"users_online": "22,543,713",
"users_ingame": "5,877,854"
}