Table 1.
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.