curl --request POST \
--url https://api.steamsets.com/v1/account.listBadges \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"page": 1,
"filter": [
"foil"
],
"filters": {
"isEvent": true,
"isFoil": true,
"isSale": true,
"level": {
"max": 123,
"min": 123
},
"scarcity": {
"max": 123,
"min": 123
}
},
"id": {
"accountId": 1,
"steamId64": "<string>"
},
"order": {
"by": "xp",
"direction": "desc"
},
"search": "<string>",
"valueFilter": [
{
"type": "level",
"value": "<string>"
}
],
"vanity": {
"type": "steam",
"value": "<string>"
}
}
'{
"badges": [
{
"appId": 1,
"appImage": "<string>",
"appName": "<string>",
"badgeId": "<string>",
"badgeImage": "<string>",
"baseLevel": 1,
"baseXp": 1,
"firstCompletion": "2023-11-07T05:31:56Z",
"highestLevel": 123,
"isEvent": true,
"isFoil": true,
"isSale": true,
"lastCompletion": "2023-11-07T05:31:56Z",
"name": "<string>",
"price": 123,
"scarcity": 1,
"steamId": 1,
"accountInfo": {
"completionTime": "2023-11-07T05:31:56Z",
"level": 1,
"xp": 1
}
}
],
"pages": 123,
"totalHits": 123,
"$schema": "<string>"
}curl --request POST \
--url https://api.steamsets.com/v1/account.listBadges \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"page": 1,
"filter": [
"foil"
],
"filters": {
"isEvent": true,
"isFoil": true,
"isSale": true,
"level": {
"max": 123,
"min": 123
},
"scarcity": {
"max": 123,
"min": 123
}
},
"id": {
"accountId": 1,
"steamId64": "<string>"
},
"order": {
"by": "xp",
"direction": "desc"
},
"search": "<string>",
"valueFilter": [
{
"type": "level",
"value": "<string>"
}
],
"vanity": {
"type": "steam",
"value": "<string>"
}
}
'{
"badges": [
{
"appId": 1,
"appImage": "<string>",
"appName": "<string>",
"badgeId": "<string>",
"badgeImage": "<string>",
"baseLevel": 1,
"baseXp": 1,
"firstCompletion": "2023-11-07T05:31:56Z",
"highestLevel": 123,
"isEvent": true,
"isFoil": true,
"isSale": true,
"lastCompletion": "2023-11-07T05:31:56Z",
"name": "<string>",
"price": 123,
"scarcity": 1,
"steamId": 1,
"accountInfo": {
"completionTime": "2023-11-07T05:31:56Z",
"level": 1,
"xp": 1
}
}
],
"pages": 123,
"totalHits": 123,
"$schema": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
x >= 0foil, sale, event Show child attributes
Filter by event badges
Filter by foil badges
Filter by sale badges
OK
Show child attributes
x >= 0The level this badge starts at
x >= 0The XP the badge gives per level
x >= 0x >= 0x >= 0The number of pages
The total number of hits for all pages
A URL to the JSON Schema for this object.