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
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
}
]
}