POST
/
v1
/
stats.getStats
Get platform statistics
curl --request POST \
  --url https://api.steamsets.com/v1/stats.getStats \
  --header 'Authorization: Bearer <token>'
{
  "$schema": "https://api.steamsets.com/schemas/V1Stats.json",
  "accountsAdded": 1,
  "accountsUpdated": 1,
  "appPlaytime": 1,
  "apps": 1,
  "awardsGiven": 1,
  "awardsReceived": 1,
  "badges": 1,
  "bans": 1,
  "foilBadges": 1,
  "friends": 1,
  "gameBans": 1,
  "level": 1,
  "normalBadges": 1,
  "playtime": 1,
  "pointsGiven": 1,
  "pointsReceived": 1,
  "steamSetsScore": 1,
  "totalAccounts": 1,
  "vacBans": 1,
  "xp": 1
}
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
required

The total number of accounts added

Examples:

1

accountsUpdated
integer
required

The total number of accounts updated

Examples:

1

appPlaytime
integer
required

The total playtime of apps

Examples:

1

apps
integer
required

The total number of apps

Examples:

1

awardsGiven
integer
required

The total awards given

Examples:

1

awardsReceived
integer
required

The total awards received

Examples:

1

badges
integer
required

The total number of badges

Examples:

1

bans
integer
required

The total number of bans

Examples:

1

foilBadges
integer
required

The total number of foil badges

Examples:

1

friends
integer
required

The total number of friends

Examples:

1

gameBans
integer
required

The total number of game bans

Examples:

1

level
integer
required

The total level

Examples:

1

normalBadges
integer
required

The total number of normal badges

Examples:

1

playtime
integer
required

The total playtime

Examples:

1

pointsGiven
integer
required

The total points given

Examples:

1

pointsReceived
integer
required

The total points received

Examples:

1

steamSetsScore
integer
required

The total steam sets score

Examples:

1

totalAccounts
integer
required

The total number of accounts

Examples:

1

vacBans
integer
required

The total number of vac bans

Examples:

1

xp
integer
required

The total xp

Examples:

1

$schema
string<uri>

A URL to the JSON Schema for this object.

Examples:

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