v2

latestOpenAPI 3.1.02026-07-3171165552.0 KB
Journal

Get Smart Citation tallies for a journal

Get tally information for a journal given a valid ISSN.

Requires API Key

Response includes a tally of the number of supporting, mentioning, and contrasting citation statements received by publications from this journal.

get/journal/{issn}/tallies

Path parameters

issnstring required

Headers

authorizationstring

Set to Bearer <token> to pass token for authorization.

Set to Bearer <token> to pass token for authorization.

Response

Successful Response

totalCitesinteger nullable
totalSupportingCitesinteger nullable
totalMentioningCitesinteger nullable
totalContrastingCitesinteger nullable
totalUnclassifiedCitesinteger nullable
titlestring nullable
issnsstring[] nullable

Example response

{
  "issns": [
    "2232-9935",
    "2232-996X"
  ],
  "title": "journal human research in rehabilitation",
  "totalCites": 7,
  "totalContrastingCites": 0,
  "totalMentioningCites": 5,
  "totalSupportingCites": 1,
  "totalUnclassifiedCites": 1
}