v4

latestOpenAPI 3.1.02026-07-3196251302.5 KB
account

List account badges

post/v1/account.listBadges

Request body

$schemastring uri

A URL to the JSON Schema for this object.

filterstring[] nullable
pageinteger required
searchstring nullable

Example request

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

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

pagesinteger required

The number of pages

totalHitsinteger required

The total number of hits for all pages

Example response

{
  "$schema": "https://api.steamsets.com/schemas/V1AccountListBadgesResponseBody.json",
  "badges": [
    {
      "accountInfo": {
        "completionTime": "2023-01-01T00:00:00Z",
        "level": 123456,
        "xp": 123456
      }
    }
  ],
  "pages": 1,
  "totalHits": 1
}