---
title: "Lifetime Leaderboard"
method: GET
path: "/api/leaderboard-lifetime.json"
tags: ["Leaderboard"]
---

# Lifetime Leaderboard

`GET /api/leaderboard-lifetime.json`

Returns all contributors since project inception, ordered by cumulative contribution level. This is the most complete view of contributor expertise and standing within the guild. Use this to understand overall reputation and mastery levels.

## Response `200`

All contributors ordered by lifetime cumulative score with complete character sheets

- LeaderboardResponse
  - `version` string, required
  - `period` 'monthly' | 'weekly' | 'lifetime', required
  - `startDate` string, date
  - `endDate` string, date
  - `generatedAt` string, date-time, required
  - `totalUsers` integer, required
  - `leaderboard` LeaderboardEntry[], required
    - `rank` integer, required
    - `username` string, required
    - `avatarUrl` string, uri
    - `score` number, required
    - `prScore` number
    - `issueScore` number
    - `reviewScore` number
    - `commentScore` number
    - `wallets` object
      - `solana` string
      - `ethereum` string

---

[API](https://skmtc.net/elizaos/apis/hiscores-api.md) · [All operations](https://skmtc.net/elizaos/apis/hiscores-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elizaos/hiscores-api/versions/69daa3a55ca9/schema)
