v2
latestOpenAPI 3.1.02026-07-3171165552.0 KBTallies
Get Tallies
Get multiple smart citation tallies.
Pass in a list of DOIs and receive a tally for each one.
Up to 500 tallies can be requested at once.
get/tallies
Headers
authorizationstring
Set to Bearer <token> to pass token for authorization.
Set to Bearer <token> to pass token for authorization.
Request body
string[] required
Example request
[ "10.1016/j.biopsych.2005.08.012", "10.1093/brain/awn044" ]
Response
Successful Response
Example response
{
"tallies": {
"10.1016/j.biopsych.2005.08.012": {
"citingPublications": 436,
"contradicting": 6,
"doi": "10.1016/j.biopsych.2005.08.012",
"mentioning": 308,
"supporting": 27,
"total": 347,
"unclassified": 6
},
"10.1093/brain/awn044": {
"citingPublications": 50,
"contradicting": 1,
"doi": "10.1093/brain/awn044",
"mentioning": 34,
"supporting": 3,
"total": 38,
"unclassified": 0
}
}
}