Skip to main content
A citation count says a paper was cited 400 times. A Smart Citation tally says how many of those citations support the finding, contradict it, or mention it. These endpoints return that breakdown for any DOI, the citing papers behind it, and the section where each statement appears. See Citations & Tallies for the difference between a tally count and a citing-publications count. Need an API key? On Pro, create one in the API Console. Creating a key doesn’t grant every optional scope; see Authentication for feature access. For higher limits or managed credentials, contact sales.

Get a tally for one DOI

Get tallies for many DOIs

Up to 500 DOIs per request. A GET variant of this endpoint also exists for compatibility, but POST is recommended for larger DOI lists.

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:
A highly cited DOI can return thousands of citation records. Use limit with offset to page through graphs that exceed 3,000 records, and avoid fetching the full graph when a tally is sufficient.

Journal-level data

  • GET /journal/{issn}/tallies: Smart Citation tallies aggregated for an entire journal
  • GET /journal/{issn}/yearly-si: the Scite Journal Index (SJI) broken down by year
  • GET /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.