For the complete documentation index, see llms.txt. This page is also available as Markdown.

Contributions

Get today’s daily bounty

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

Successful response

application/json
completedbooleanRequired
completionCountnumberRequired
get/bounty/today

Get user contribution history

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
fromstringRequired
tostringOptional
Responses
200

Successful response

application/json
earliestDatestring · nullableRequired
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
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
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
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
200

Successful response

application/json
bundlesobject[]Required
get/contributions/dailies

Last updated