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
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The leaderboard to get
Available options:
apps
, app_playtime
, app_valid_playtime
, awards_given
, awards_received
, bans
, game_bans
, vac_bans
, donations
, foil_badges
, normal_badges
, badges
, playtime
, valid_playtime
, points_given
, points_received
, steam_sets
, xp
, badge_completion_time
, badge_highest_level
Examples:
"xp"
For a given app leaderboard, the app id
For a given badge leaderboard, the steam badge id
The end index
Required range:
x >= 0
Examples:
10
The rank to go to
Required range:
x >= 0
Examples:
1
The location(s)to get the leaderboard for, otherwise global
The start index
Required range:
x >= 0
Examples:
1
Response
OK
A URL to the JSON Schema for this object.
Examples:
"https://api.steamsets.com/schemas/V1LeaderboardGetAccountLeaderboardResponseBody.json"
The ranks that are hidden in the leaderboard
The account that is currently logged in, if its not already in the leaderboard
The number of accounts that are ranked in the leaderboard
Required range:
x >= 0