---
title: "Get user projects"
method: GET
path: "/api/v1/users/{username}/projects"
tags: ["Users"]
---

# Get user projects

`GET /api/v1/users/{username}/projects`

Get a list of projects a user has coded on recently (last 30 days).

## Path parameters

- `username` string, required

## Response `200`

successful

- object
  - `projects` string[]

## Other responses

- `404` — not found

## Changes

- **2026-01-27** (v1) `b6d6849481da` — 4 info
  - the endpoint scheme security `Bearer AND ApiKeyAuth` was added to the API
  - api tag `Users` added
  - api tag `Stats` removed
  - removed the non-success response with the status `403`

[Change history](https://skmtc.dev/hackclub/apis/hackatime-api/changes/api/v1/users/:username/projects/get.md)

---

[API](https://skmtc.dev/hackclub/apis/hackatime-api.md) · [All operations](https://skmtc.dev/hackclub/apis/hackatime-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hackclub/hackatime-api/revisions/b6d6849481da/schema)
