---
title: "Get Section Tally"
method: GET
path: "/tallies/cited-by-sections/{doi}"
tags: ["Tallies"]
---

# Get Section Tally

`GET /tallies/cited-by-sections/{doi}`

Get section tally for given DOI

## Path parameters

- `doi` string, required

## Query parameters

- `use_view` boolean

## Headers

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

## Response `200`

Successful Response

- SectionTallyResponse
  - `total` integer, required
  - `introduction` integer, required
  - `results` integer, required
  - `methods` integer, required
  - `discussion` integer, required
  - `other` integer, required
  - `doi` 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)
