---
title: "Get details for multiple projects"
method: GET
path: "/api/v1/users/{username}/projects/details"
tags: ["Stats"]
---

# Get details for multiple projects

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

Returns details for multiple projects, or all projects in a time range. Accessible anonymously when the target user has public stats lookup enabled.

## Path parameters

- `username` string, required

## Query parameters

- `projects` string
- `since` string, date_time
- `until` string, date_time
- `until_date` string, date_time
- `start` string, date_time
- `end` string, date_time
- `start_date` string, date_time
- `end_date` string, date_time

## Response `200`

successful

- object
  - `projects` 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
    - `most_recent_heartbeat` string, date_time, nullable
    - `archived` boolean

## Other responses

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

---

[API](https://skmtc.net/hackclub/apis/hackatime-api.md) · [All operations](https://skmtc.net/hackclub/apis/hackatime-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hackclub/hackatime-api/versions/4214f8ab061e/schema)
