---
title: "Get specific project stats"
method: GET
path: "/api/v1/users/{username}/project/{project_name}"
tags: ["Users"]
---

# Get specific project stats

`GET /api/v1/users/{username}/project/{project_name}`

Get detailed stats for a specific project.

## Path parameters

- `username` string, required
- `project_name` string, required

## Query parameters

- `start_date` string
- `end_date` string

## Response `200`

successful

- object
  - `name` string
  - `total_seconds` number
  - `languages` string[]
  - `repo_url` string, nullable
  - `total_heartbeats` integer
  - `first_heartbeat` string, date_time, nullable
  - `last_heartbeat` string, date_time, nullable

## Changes

- **2026-01-27** (v1) `b6d6849481da` — 4 warning, 8 info
  - deleted the `query` request parameter `end`
  - deleted the `query` request parameter `start`
  - removed the optional property `archived` from the response with the `200` status
  - removed the optional property `most_recent_heartbeat` from the response with the `200` status
  - …8 more

[Change history](https://skmtc.dev/hackclub/apis/hackatime-api/changes/api/v1/users/:username/project/:project_name/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)
