v1

latestOpenAPI 3.0.3MIT2026-07-1713846.6 KB
Leaderboard

Monthly Leaderboard

Returns contributors active in the current calendar month (UTC), ordered by contribution level. Shows reputation standing, expertise areas (character classes), skill tiers, specializations (focus areas), achievements, and linked wallet addresses. Updates daily as the month progresses.

get/api/leaderboard-monthly.json

Response

Contributors ordered by monthly score with character sheets

versionstring required
period'monthly' | 'weekly' | 'lifetime' required
startDatestring date
endDatestring date
generatedAtstring date-time required
totalUsersinteger required

Example response

{
  "version": "1.0",
  "startDate": "2025-01-01",
  "endDate": "2025-01-31",
  "totalUsers": 150,
  "leaderboard": [
    {
      "rank": 1,
      "username": "contributor1",
      "score": 1250,
      "prScore": 800,
      "issueScore": 200,
      "reviewScore": 150,
      "commentScore": 100
    }
  ]
}