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

# Get user project names

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

Returns a list of project names for a user from the last 30 days. Accessible anonymously when the target user has public stats lookup enabled.

## Path parameters

- `username` string, required

## Response `200`

successful

- object
  - `projects` string[]

## Other responses

- `403` — forbidden — The target user has disabled public stats lookup and the requester is not that user.
- `404` — not found

## Changes

> 27 revisions in range; 2 could not be searched.

- **2026-06-07** (v1) `10d87f00ef0b` — 4 info
  - the endpoint scheme security `Bearer AND ApiKeyAuth` was removed from the API
  - api tag `Stats` added
  - api tag `Users` removed
  - added the non-success response with the status `403`
- **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/172c35ec816f/schema)
