Skip to content
Revadike edited this page Jul 23, 2021 · 2 revisions

GET /about/stats

Rate limits

No known rate limit

Request

Authenticated: No

Method: GET

Host: www.valvesoftware.com

Path: /about/stats

Response

200 OK

Name Type Description
users_online string The amount of users that are currently online on Steam
users_ingame string 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"
}
Clone this wiki locally