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

Example:

1

accountsUpdated
integer<int32>
required

The total number of accounts updated

Example:

1

appPlaytime
integer<int32>
required

The total playtime of apps

Example:

1

apps
integer<int32>
required

The total number of apps

Example:

1

awardsGiven
integer<int32>
required

The total awards given

Example:

1

awardsReceived
integer<int32>
required

The total awards received

Example:

1

badges
integer<int32>
required

The total number of badges

Example:

1

bans
integer<int32>
required

The total number of bans

Example:

1

foilBadges
integer<int32>
required

The total number of foil badges

Example:

1

friends
integer<int32>
required

The total number of friends

Example:

1

gameBans
integer<int32>
required

The total number of game bans

Example:

1

level
integer<int32>
required

The total level

Example:

1

normalBadges
integer<int32>
required

The total number of normal badges

Example:

1

playtime
integer<int32>
required

The total playtime

Example:

1

pointsGiven
integer<int32>
required

The total points given

Example:

1

pointsReceived
integer<int32>
required

The total points received

Example:

1

steamSetsScore
integer<int32>
required

The total steam sets score

Example:

1

totalAccounts
integer<int64>
required

The total number of accounts

Example:

1

vacBans
integer<int32>
required

The total number of vac bans

Example:

1

xp
integer<int32>
required

The total xp

Example:

1

$schema
string<uri>

A URL to the JSON Schema for this object.

Example:

"https://api.steamsets.com/schemas/V1Stats.json"