Users

Get specific project stats

Get detailed stats for a specific project.

get/api/v1/users/{username}/project/{project_name}

Path parameters

usernamestring required

Username

project_namestring required

Project Name

Query parameters

startstring date_time

Stats start time (ISO 8601)

endstring date_time

Stats end time (ISO 8601)

start_datestring date_time

Start date (ISO 8601) for stats calculation

end_datestring date_time

End date (ISO 8601) for stats calculation

Response

successful

namestring
total_secondsnumber
languagesstring[]
repo_urlstring nullable
total_heartbeatsinteger
first_heartbeatstring date_time nullable
last_heartbeatstring date_time nullable

Changes