---
title: "Get a user's heatmap"
method: GET
path: "/users/{username}/heatmap"
tags: ["user"]
---

# Get a user's heatmap

`GET /users/{username}/heatmap`

## Path parameters

- `username` string, required

## Response `200`

UserHeatmapData

- UserHeatmapData[]
  - `contributions` integer
  - `timestamp` integer — TimeStamp defines a timestamp

## Other responses

- `404` — APINotFound is a not found empty response

---

[API](https://skmtc.net/gitea/apis/gitea-api.md) · [All operations](https://skmtc.net/gitea/apis/gitea-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gitea/gitea-api/revisions/350de506cefa/schema)
