---
title: "GET /api/users/{username}/contributions"
method: GET
path: "/api/users/{username}/contributions"
tags: ["user"]
---

# GET /api/users/{username}/contributions

`GET /api/users/{username}/contributions`

## Path parameters

- `username` string, required

## Query parameters

- `year` integer, nullable

## Response `200`

Contribution graph data

- ContributionsResponse
  - `contributions` ContributionDay[], required
    - `count` integer, required
    - `date` string, required

## Other responses

- `404` — User not found

---

[API](https://skmtc.dev/mari/apis/gitarena.md) · [All operations](https://skmtc.dev/mari/apis/gitarena/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mari/gitarena/revisions/b3640d5600df/schema)
