v4

latestOpenAPI 3.1.02026-07-3196251302.5 KB
app

List app badges

post/v1/app.listBadges

Request body

$schemastring uri

A URL to the JSON Schema for this object.

appIdinteger required

The ID of the app

Example request

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

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

Example response

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