v4

latestOpenAPI 3.1.02026-07-3196251302.5 KB
account

Get profile view counts (24h/7d/30d × unique/total) for an account

post/v1/account.getViewStats

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.

total24hinteger required

Total profile loads in the last 24 hours

total30dinteger required

Total profile loads in the last 30 days

total7dinteger required

Total profile loads in the last 7 days

unique24hinteger required

Distinct viewers in the last 24 hours

unique30dinteger required

Distinct viewers in the last 30 days

unique7dinteger required

Distinct viewers in the last 7 days

Example response

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