Get Server Leaderboard Card
GET
/api/v1/servers/{id}/leaderboard/card
Generates a page of the leaderboard card for the 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. Zero-indexed, so 0 is 1st.
limit
integer format: int32
Maximum number of places to show. Maximum 10.
Responses
Section titled “ Responses ”A file stream containing the leaderboard card in PNG format.
If you do not have access to this server.
If the server could not be found.