Contributions

Get user contribution history

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
durationstringOptionalDefault: 1y
Responses
chevron-right
200

Successful response

application/json
get
/contributions/history

Forgive the most recent missed contribution day for a user (admin only)

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
userkeystringRequired
Responses
chevron-right
200

Successful response

application/json
okbooleanRequired
messagestringRequired
forgivenDatestringOptional
updatednumberOptional
post
/contributions/{userkey}/forgive

Get the latest missed contribution day for the current user

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
chevron-right
200

Successful response

application/json
datestring · nullableRequired
get
/contributions/latest-missed-day

Forgive the most recent missed contribution day for yourself (costs XP)

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
chevron-right
200

Successful response

application/json
okbooleanRequired
messagestringRequired
forgivenDatestringOptional
updatednumberOptional
post
/contributions/forgive-self

Get the current dailies for the authenticated user

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
chevron-right
200

Successful response

application/json
get
/contributions/dailies

Last updated