v4

latestOpenAPI 3.1.02026-07-3196251302.5 KB
account

Get account badge statistics

post/v1/account.getBadgeStats

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.

levelsobject required
scarcitiesobject required
totalBadgesinteger required

The total number of badges

Example response

{
  "$schema": "https://api.steamsets.com/schemas/V1AccountBadgeStats.json",
  "totalBadges": 123456
}