v4

latestOpenAPI 3.1.02026-07-3196251302.5 KB
account

Get account profile information

post/v1/account.getInfo

Headers

X-Forwarded-Forstring
User-Agentstring
X-Visitor-Idstring

Request body

$schemastring uri

A URL to the JSON Schema for this object.

Example request

{
  "$schema": "https://api.steamsets.com/schemas/AccountSearch.json"
}

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

accountIdinteger required

The account id

animatedAvatarstring required

The animated avatar of the account

appCostinteger required

The cost of an app

appPrivacy'private' | 'public' | 'friends_only' required

The privacy of the account

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

communityBanboolean required

If the account is community banned or not

createdAtstring date-time nullable 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

friendPrivacy'private' | 'public' | 'friends_only' required

The privacy of the account

friendsinteger required

The number of friends the account has

gameBansinteger required

The number of game bans

lastBanDatestring date-time nullable required

The Last date the account got a ban on

lastQueueStatus'undefined' | 'pending' | 'in_progress' | 'completed' required
levelinteger required

The level of the account

miniBackgroundstring required

The mini background of the account

namestring required

The name of the account

nextAllowedTimestring date-time required

The time the account is allowed to be refreshed

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'private' | 'public' | 'friends_only' required

The privacy of the account

shortlinkDomainstring nullable required

The shortlink domain of the account, is to be used with their steamsets vanity

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

themestring required

The theme of the account

updatedAtstring date-time nullable required

The time the account was updated

vacBansinteger required

The number of vac bans

xpinteger required

The number of xp the account has

Example response

{
  "$schema": "https://api.steamsets.com/schemas/V1AccountGetInfoResponseBody.json",
  "accountId": 123456,
  "animatedAvatar": "steamsets",
  "appCost": 123456,
  "appPrivacy": "public",
  "apps": 123456,
  "avatar": "f1a1d2c3d0c9d1e1f2f3f4f5f6f7f8f9",
  "avatarFrame": "steamsets",
  "awardsGiven": 123456,
  "awardsReceived": 123456,
  "background": "steamsets",
  "badges": 123456,
  "city": {
    "name": "Bad Krozingen"
  },
  "connections": [
    {
      "avatar": "https://cdn.cloudflare.steamstatic.com/steamcommunity/public/images/avatars/f1/f1a1d2c3d0c9d1e1f2f3f4f5f6f7f8f9.jpg",
      "connectionId": "123456",
      "externalId": "123456",
      "failed": true,
      "hide": true,
      "name": "steamsets",
      "provider": "discord",
      "verified": true
    }
  ],
  "country": {
    "code": "DE",
    "name": "Germany"
  },
  "createdAt": "2023-01-01T00:00:00Z",
  "currentBestRanks": [
    {
      "ranks": "1,1,1,1,1"
    }
  ],
  "currentRanks": [
    {
      "ranks": "1,1,1,1,1",
      "totals": "2844566,180244,90233,1200,42"
    }
  ],
  "donated": 123456,
  "economyBan": "steam",
  "foilBadgeCost": 123456,
  "foilBadges": 123456,
  "friendPrivacy": "public",
  "friends": 123456,
  "lastBanDate": "2024-03-07 07:31:46",
  "level": 123456,
  "miniBackground": "steamsets",
  "name": "steamsets",
  "normalBadgeCost": 123456,
  "normalBadges": 123456,
  "playtime": 123456,
  "pointsGiven": 123456,
  "pointsReceived": 123456,
  "privacy": "public",
  "region": {
    "name": "Europe"
  },
  "shortlinkDomain": "steamsets.link",
  "state": {
    "name": "Baden-Wurttemberg"
  },
  "steamId": "76561198842603734",
  "steamSetsVanity": "steamsets",
  "steamVanity": "steamsets",
  "theme": "steamsets",
  "updatedAt": "2023-01-01T00:00:00Z",
  "xp": 123456
}