---
title: "Contributor Profile"
method: GET
path: "/api/contributors/{username}/profile.json"
tags: ["Profiles"]
---

# Contributor Profile

`GET /api/contributors/{username}/profile.json`

Returns complete reputation profile (character sheet) for a contributor. Pre-generated artifact—no server-side computation. Includes tier status, expertise classification (character class), standing across time periods, specialization areas, achievements, and linked wallets. Complete view of contributor's reputation and expertise within the guild.

## Path parameters

- `username` string, required

## Response `200`

Complete character sheet with tier, class, score breakdown, focus areas, and achievements

- UserProfileResponse
  - `version` string, required
  - `username` string, required
  - `generatedAt` string, date-time, required
  - `characterSheet` object, required
    - `tier` 'beginner' | 'regular' | 'active' | 'veteran' | 'elite' | 'legend', required
    - `characterClass` string, required — Derived class (Author, Reviewer, Maintainer, etc.)
    - `percentile` number, required — Percentile ranking among all contributors
    - `rank` object, required
      - `monthly` integer, nullable, required — Rank in current month (null if no activity)
      - `weekly` integer, nullable, required — Rank in current week (null if no activity)
      - `lifetime` integer, nullable, required — All-time rank (null if no activity)
    - `scoreBreakdown` object, required — Detailed score breakdown by contribution type
      - `total` number
      - `prScore` number
      - `issueScore` number
      - `reviewScore` number
      - `commentScore` number
    - `focusAreas` object[], required — Top expertise areas with rankings
      - `area` string
      - `count` integer
      - `rank` integer
    - `achievements` object[] — Earned badges and achievements
      - `id` string
      - `name` string
      - `description` string
      - `earnedAt` string, date-time
    - `profile` object — GitHub profile information
      - `avatarUrl` string, uri
      - `name` string
      - `bio` string
      - `location` string
      - `twitter` string
    - `wallets` object, required — Cryptocurrency wallet addresses
      - `solana` string
      - `ethereum` string
  - `links` object, required
    - `summaries` object, required
      - `lifetime` string, uri, required
      - `monthly` string, uri, required
      - `weekly` string, uri, required
      - `daily` string, uri, required
    - `github` string, uri, required
    - `profile` string, uri, required

## Other responses

- `404` — Profile not found - contributor may not have any recorded activity

---

[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)
