GitHub

Activity

Retrieves GitHub profile contribution activity for a user from the public profile activity timeline. Defaults to the current year when year is not provided. Results come back one month at a time in the activity array. Pass cursor from the previous response to page backward through the year.

get/v1/github/user/activity

Query parameters

handlestring

GitHub handle

urlstring

GitHub user URL, e.g. https://github.com/kentcdodds.

yearnumber

When provided, returns profile contribution activity for that year. Defaults to the current year.

cursornumber

Cursor from the previous response. Pages backward by month through the selected year.

Response

Successful response

Changes