Preview account rank
Request body
Example request
{
"$schema": "https://api.steamsets.com/schemas/V1LeaderboardPreviewAccountRankRequestBody.json",
"leaderboard": "xp"
}Response
OK
Example response
{
"$schema": "https://api.steamsets.com/schemas/V1LeaderboardPreviewAccountRankResponseBody.json",
"ownAccount": {
"apps": 123456,
"avatar": "f1a1d2c3d0c9d1e1f2f3f4f5f6f7f8f9",
"awardsGiven": 123456,
"awardsReceived": 123456,
"badges": 123456,
"city": {
"name": "Bad Krozingen"
},
"country": {
"code": "DE",
"name": "Germany"
},
"createdAt": "2023-01-01T00:00:00Z",
"differenceToUs": 10,
"donated": 123456,
"economyBan": "steam",
"foilBadges": 123456,
"friends": 123456,
"level": 123456,
"name": "steamsets",
"nameEffect": "rainbow",
"normalBadges": 123456,
"playtime": 123456,
"pointsGiven": 123456,
"pointsReceived": 123456,
"privacy": "public",
"rank": 1,
"region": {
"name": "Europe"
},
"score": 100,
"state": {
"name": "Baden-Wurttemberg"
},
"steamId": "76561198842603734",
"steamSetsVanity": "steamsets",
"steamVanity": "steamsets",
"themeColor": "#FF5733",
"xp": 123456
},
"rankedAbove": {
"apps": 123456,
"avatar": "f1a1d2c3d0c9d1e1f2f3f4f5f6f7f8f9",
"awardsGiven": 123456,
"awardsReceived": 123456,
"badges": 123456,
"city": {
"name": "Bad Krozingen"
},
"country": {
"code": "DE",
"name": "Germany"
},
"createdAt": "2023-01-01T00:00:00Z",
"differenceToUs": 10,
"donated": 123456,
"economyBan": "steam",
"foilBadges": 123456,
"friends": 123456,
"level": 123456,
"name": "steamsets",
"nameEffect": "rainbow",
"normalBadges": 123456,
"playtime": 123456,
"pointsGiven": 123456,
"pointsReceived": 123456,
"privacy": "public",
"rank": 1,
"region": {
"name": "Europe"
},
"score": 100,
"state": {
"name": "Baden-Wurttemberg"
},
"steamId": "76561198842603734",
"steamSetsVanity": "steamsets",
"steamVanity": "steamsets",
"themeColor": "#FF5733",
"xp": 123456
},
"rankedBelow": {
"apps": 123456,
"avatar": "f1a1d2c3d0c9d1e1f2f3f4f5f6f7f8f9",
"awardsGiven": 123456,
"awardsReceived": 123456,
"badges": 123456,
"city": {
"name": "Bad Krozingen"
},
"country": {
"code": "DE",
"name": "Germany"
},
"createdAt": "2023-01-01T00:00:00Z",
"differenceToUs": 10,
"donated": 123456,
"economyBan": "steam",
"foilBadges": 123456,
"friends": 123456,
"level": 123456,
"name": "steamsets",
"nameEffect": "rainbow",
"normalBadges": 123456,
"playtime": 123456,
"pointsGiven": 123456,
"pointsReceived": 123456,
"privacy": "public",
"rank": 1,
"region": {
"name": "Europe"
},
"score": 100,
"state": {
"name": "Baden-Wurttemberg"
},
"steamId": "76561198842603734",
"steamSetsVanity": "steamsets",
"steamVanity": "steamsets",
"themeColor": "#FF5733",
"xp": 123456
}
}Changes
Changed in 2 of the 11 revisions of this API.126
- ▲
removed the required property
ownAccount/appCostfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
ownAccount/foilBadgeCostfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
ownAccount/normalBadgeCostfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
rankedAbove/appCostfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
rankedAbove/foilBadgeCostfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
rankedAbove/normalBadgeCostfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
rankedBelow/appCostfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
rankedBelow/foilBadgeCostfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
rankedBelow/normalBadgeCostfrom the response with the200statusresponse-required-property-removed
- ○
added the required property
ownAccount/nameEffectto the response with the200statusresponse-required-property-added
- ○
added the required property
ownAccount/themeColorto the response with the200statusresponse-required-property-added
- ○
added the required property
rankedAbove/nameEffectto the response with the200statusresponse-required-property-added
- ○
added the required property
rankedAbove/themeColorto the response with the200statusresponse-required-property-added
- ○
added the required property
rankedBelow/nameEffectto the response with the200statusresponse-required-property-added
- ○
added the required property
rankedBelow/themeColorto the response with the200statusresponse-required-property-added
- ▲
- ▲
removed the required property
ownAccount/imagesfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
rankedAbove/imagesfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
rankedBelow/imagesfrom the response with the200statusresponse-required-property-removed
This revision also has 10 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
Of the 11 revisions, 1 has no diff computed.