v2

latestOpenAPI 3.1.02026-07-3171165552.0 KB
Tallies

Get Aggregate Tally

Get the sum of multiple tallies by DOI.

Up to 100 DOIs can be requested.

post/tallies/aggregate

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.1016/j.jad.2016.11.014"
]

Response

Successful Response

totalinteger required
supportinginteger required
contradictinginteger required
mentioninginteger required
unclassifiedinteger required
doistring nullable
citingPublicationsinteger nullable

Example response

{
  "citingPublications": 449,
  "contradicting": 6,
  "mentioning": 319,
  "supporting": 27,
  "total": 358,
  "unclassified": 6
}