cURL
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>" }
Retrieve badges available for leaderboard tracking with their completion statistics and rarity information.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
The badges
Show child attributes
The app id
x >= 0
The image of the app
The name of the app
The public id of the badge
The time the badge was completed
The level the badge was completed
The image of the badge
Whether the badge is an event or not
Whether the badge is foil or not
Whether the badge is a sale or not
The level of the badge
The name of the badge
The price of the badge
The scarcity of the badge
The steam id
The xp of the badge
A URL to the JSON Schema for this object.