Skip to content

Leaderboard API

Public leaderboard retrieval plus administrator level configuration endpoints.

PRO

Authentication

Leaderboard routes are split between PortalPolicy for public reads and AdminPolicy for configuration.

Endpoints

MethodPathEditionOperationWhat it does
GET/leaderboardPROList LeaderboardReturns the three leaderboards — last 7 days, last 30 days and all time — each with its top ten members and their profiles attached.
GET/admin/leaderboards/levelsPROGet Leaderboard LevelsReturns the leaderboard level definitions with their point thresholds, plus the members excluded from ranking.
POST/admin/leaderboards/levelsPROSave Leaderboard LevelsStores the leaderboard levels and the excluded-member list, recomputing every point boundary so the levels tile without gaps.

FluentCommunity developer documentation