Get a tally for one DOI
Get tallies for many DOIs
Tallies by section
Citations occurring in the Introduction carry different weight than citations in the Discussion.GET /tallies/cited-by-sections/{doi} (and the bulk POST /tallies/cited-by-sections) breaks the tally down by the section of the citing paper where the statement appears.
Browsing the citation graph
Rather than a tally, you can retrieve the actual citing/cited publications:
Citation Graph responses contain
metadata and a citations array:
Journal-level data
GET /journal/{issn}/tallies: Smart Citation tallies aggregated for an entire journalGET /journal/{issn}/yearly-si: the Scite Journal Index (SJI) broken down by yearGET /issn-sji/POST /issn-sji-bulk: look up the Scite Journal Index for one or many ISSNs
Journal-level tallies use different field names than DOI-level tallies:
totalCites, totalSupportingCites, totalContrastingCites, totalMentioningCites, and totalUnclassifiedCites, rather than total, supporting, contradicting, mentioning, and unclassified. Don’t assume the two shapes match.Related
- Search guide: filter by tally signals like
has_tallyorsupporting_from - Citations & Tallies: the underlying data model
- Errors and rate limits: authentication, scope, and retry guidance
