v23

latestOpenAPI 3.0.1raw.githubusercontent.com2026-08-0127977.1 KB
Stats

Get user project names

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.

get/api/v1/users/{username}/projects

Path parameters

usernamestring required

Username, Slack ID, or User ID

Response

successful

projectsstring[]

Example response

{
  "projects": [
    "hackatime"
  ]
}