Skip to main content
POST
/
v1
/
stats.getStats
Get platform statistics
curl --request POST \
  --url https://api.steamsets.com/v1/stats.getStats \
  --header 'Authorization: Bearer <token>'
{
  "accountsAdded": 123,
  "accountsUpdated": 123,
  "appPlaytime": 123,
  "apps": 123,
  "awardsGiven": 123,
  "awardsReceived": 123,
  "badges": 123,
  "bans": 123,
  "foilBadges": 123,
  "friends": 123,
  "gameBans": 123,
  "level": 123,
  "normalBadges": 123,
  "playtime": 123,
  "pointsGiven": 123,
  "pointsReceived": 123,
  "steamSetsScore": 123,
  "totalAccounts": 123,
  "vacBans": 123,
  "xp": 123,
  "$schema": "<string>"
}
This endpoint supports API key authentication for external integrations

API Access

This endpoint can be accessed using:
  • API Keys: For external applications and integrations
  • User Sessions: For web application access
See our API documentation for authentication details.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

OK

accountsAdded
integer<int32>
required

The total number of accounts added

accountsUpdated
integer<int32>
required

The total number of accounts updated

appPlaytime
integer<int32>
required

The total playtime of apps

apps
integer<int32>
required

The total number of apps

awardsGiven
integer<int32>
required

The total awards given

awardsReceived
integer<int32>
required

The total awards received

badges
integer<int32>
required

The total number of badges

bans
integer<int32>
required

The total number of bans

foilBadges
integer<int32>
required

The total number of foil badges

friends
integer<int32>
required

The total number of friends

gameBans
integer<int32>
required

The total number of game bans

level
integer<int32>
required

The total level

normalBadges
integer<int32>
required

The total number of normal badges

playtime
integer<int32>
required

The total playtime

pointsGiven
integer<int32>
required

The total points given

pointsReceived
integer<int32>
required

The total points received

steamSetsScore
integer<int32>
required

The total steam sets score

totalAccounts
integer<int64>
required

The total number of accounts

vacBans
integer<int32>
required

The total number of vac bans

xp
integer<int32>
required

The total xp

$schema
string<uri>

A URL to the JSON Schema for this object.