Skip to content

Get Server Leaderboard Card

GET
/api/v1/servers/{id}/leaderboard/card

Generates a page of the leaderboard card for the server.

id
required
string format: int64

The ID of the server.

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.

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.