cURL
curl --request GET \ --url https://app.d-sports.org/api/leaderboard/stats
Total users, total points, last winner.
{ success: true, data: { totalUsers, totalPoints, lastWinner } }
Was this page helpful?