Users

Get user projects

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

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

Path parameters

usernamestring required

Username

Response

successful

projectsstring[]

Example response

{
  "projects": [
    "hackatime"
  ]
}

Changes