Get Server Leaderboard
GET
/api/v1/servers/{id}/leaderboard
Gets a page of the leaderboard on this server.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string format: int64
The ID of the server.
Query Parameters
Section titled “Query Parameters ” start
integer format: int32
The rank to start at. This field is zero-indexed, so 0 is 1st.
limit
integer format: int32
The number of members to show after start
. Maximum 100.
Responses
Section titled “ Responses ”The leaderboard.
Array
If you do not have access to this server.
If the server does not exist.