---
title: "Get Smart Citation tallies for a journal"
method: GET
path: "/journal/{issn}/tallies"
tags: ["Journal"]
---

# Get Smart Citation tallies for a journal

`GET /journal/{issn}/tallies`

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.

## Path parameters

- `issn` string, required

## Headers

- `authorization` string — Set to `Bearer <token>` to pass token for authorization.

## Response `200`

Successful Response

- JournalTallyRS
  - `totalCites` integer, nullable
  - `totalSupportingCites` integer, nullable
  - `totalMentioningCites` integer, nullable
  - `totalContrastingCites` integer, nullable
  - `totalUnclassifiedCites` integer, nullable
  - `title` string, nullable
  - `issns` string[], nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/scite/apis/scite-api.md) · [All operations](https://skmtc.net/scite/apis/scite-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scite/scite-api/revisions/9f4cba020e89/schema)
