Skip to main content
. 2021 Apr 21;2021:baab019. doi: 10.1093/database/baab019

Table 1.

APICURON API endpoints

Endpoint Accessibility Type Purpose
submit_description private post Store information about a member resource (list of activity terms and scores, badges, medals, resource description)
submit_activity private post Store biocuration events of a member resource
delete_activity private get Delete biocuration events of a member resource. Parameters: start/end date, ORCID, etc.
reports public get Return biocuration activities. Parameters: resource URI, ORCID, etc.
achievements public get Return biocurators achievements (badges, medals). Parameters: resource URI, ORCID, etc.
leaderboards public get Return biocurators ranking. Parameters: resource URI, ORCID, etc.

All endpoints are to be prefixed with the https://apicuron.org/api/ domain fragment. Private endpoints can be used only by registered databases to submit biocuration activities. All responses are objects in JSON format. Full documentation is available on the APICURON website.