Live Leaderboard API
Returns the live leaderboard for a tournament in the live state: the leaderboard details, the top entries, and optionally a specific player’s rank with one entry above and one below. Rate limit: 1200 requests per minute, per tournament.
About this API
Returns the live leaderboard for a tournament in progress. This API is only available while the tournament is in thelive state.
Optionally pass a puid to get that player’s current rank alongside the top entries.
player object behaviour
API specification
Authorizations
You can find the Bearer token for this API under Settings & Admin > API Tokens within the Gamezop Business Dashboard.
Path Parameters
The tournament to fetch the live leaderboard for.
Query Parameters
The player's unique identifier — the same puid value you append to the game URL when sending that user to the tournament. If provided, the response includes that player's current rank with one entry above and one below.
Number of top entries to return. Defaults to 20. Maximum 100.
x <= 100