v4

latestOpenAPI 3.1.02026-07-3196251302.5 KB
staff

List staff members

post/v1/staff.listStaff

Response

OK

animatedAvatarstring required

The animated avatar of the account

appCostinteger required

The cost of an app

appsinteger required

The number of apps the account has

avatarstring required

The avatar hash of the account

avatarFramestring required

The avatar frame of the account

awardsGiveninteger required

The number of awards the account has

awardsReceivedinteger required

The number of awards the account has

backgroundstring required

The background of the account

badgesinteger required

The number of badges the account has

bansinteger required

The number of bans

createdAtstring date-time required

The time the account was created

donatedinteger required

The total of donations the account has

economyBanstring required

The economy ban of the account

foilBadgeCostinteger required

The cost of a foil badge

foilBadgesinteger required

The number of foil badges the account has

friendsinteger required

The number of friends the account has

gameBansinteger required

The number of game bans

levelinteger required

The level of the account

miniBackgroundstring required

The mini background of the account

namestring required

The name of the account

normalBadgeCostinteger required

The cost of a normal badge

normalBadgesinteger required

The number of normal badges the account has

playtimeinteger required

The playtime of the account

pointsGiveninteger required

The number of points the account has

pointsReceivedinteger required

The number of points the account has

privacy'public' | 'private' | 'friends_only' required

The privacy of the account

steamIdstring required

The steam id

steamSetsScoreinteger required

The steam sets score

steamSetsVanitystring required

The vanity of the account

steamVanitystring required

The vanity of the account

vacBansinteger required

The number of vac bans

xpinteger required

The number of xp the account has

Example response

[
  {
    "appCost": 123456,
    "apps": 123456,
    "avatar": "f1a1d2c3d0c9d1e1f2f3f4f5f6f7f8f9",
    "awardsGiven": 123456,
    "awardsReceived": 123456,
    "badges": 123456,
    "city": {
      "name": "Bad Krozingen"
    },
    "country": {
      "code": "DE",
      "name": "Germany"
    },
    "createdAt": "2023-01-01T00:00:00Z",
    "donated": 123456,
    "economyBan": "steam",
    "foilBadgeCost": 123456,
    "foilBadges": 123456,
    "friends": 123456,
    "level": 123456,
    "name": "steamsets",
    "normalBadgeCost": 123456,
    "normalBadges": 123456,
    "playtime": 123456,
    "pointsGiven": 123456,
    "pointsReceived": 123456,
    "privacy": "public",
    "region": {
      "name": "Europe"
    },
    "state": {
      "name": "Baden-Wurttemberg"
    },
    "steamId": "76561198842603734",
    "steamSetsVanity": "steamsets",
    "steamVanity": "steamsets",
    "xp": 123456
  }
]