Skip to main content
POST
/
v1
/
leaderboard.listBadges
List leaderboard badges
curl --request POST \
  --url https://api.steamsets.com/v1/leaderboard.listBadges \
  --header 'Authorization: Bearer <token>'
{
  "badges": [
    {
      "appId": 1,
      "appImage": "<string>",
      "appName": "<string>",
      "badgeId": "<string>",
      "firstCompletion": "2023-11-07T05:31:56Z",
      "highestLevel": 123,
      "image": "<string>",
      "isEvent": true,
      "isFoil": true,
      "isSale": true,
      "lastCompletion": "2023-11-07T05:31:56Z",
      "level": 1,
      "name": "<string>",
      "price": 123,
      "scarcity": 123,
      "steamId": 1,
      "xp": 1
    }
  ],
  "$schema": "<string>"
}
This endpoint supports API key authentication for external integrations

API Access

This endpoint can be accessed using:
  • API Keys: For external applications and integrations
  • User Sessions: For web application access
See our API documentation for authentication details.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

OK

badges
object[] | null
required

The badges

$schema
string<uri>

A URL to the JSON Schema for this object.