latestOpenAPI 3.1.02026-08-2071165551.9 KB
1715bd3719ed
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
Example response
{
"issns": [
"2232-9935",
"2232-996X"
],
"title": "journal human research in rehabilitation",
"totalCites": 7,
"totalContrastingCites": 0,
"totalMentioningCites": 5,
"totalSupportingCites": 1,
"totalUnclassifiedCites": 1
}