---
title: "Get Single Paper"
method: GET
path: "/papers/{doi}"
tags: ["Papers"]
---

# Get Single Paper

`GET /papers/{doi}`

Get paper metadata for DOI.

## Path parameters

- `doi` string, required

## Headers

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

## Response `200`

Successful Response

- PaperResponse
  - `id` integer, nullable
  - `doi` string, required
  - `slug` string, nullable
  - `type` string, nullable
  - `title` string, nullable
  - `abstract` string, nullable
  - `authors` AuthorSchema[], nullable
    - `family` string, nullable
    - `given` string, nullable
    - `orcid` string, nullable
    - `affiliation` string, nullable
    - `authorSlug` string, nullable
    - `authorName` string, nullable
    - `authorID` string, nullable
    - `authorLastKnownAffiliationId` integer, nullable
    - `authorSequenceNumber` integer, nullable
    - `affiliationSlug` string, nullable
    - `affiliationID` string, nullable
  - `keywords` string[], nullable
  - `year` integer, nullable
  - `shortJournal` string, nullable
  - `publisher` string, nullable
  - `issue` string, nullable
  - `volume` string, nullable
  - `page` string, nullable
  - `pmPublicationType` string, nullable
  - `retracted` boolean, nullable
  - `memberId` integer, nullable
  - `issns` string[], nullable
  - `tally` TallyDB
    - `total` integer, required
    - `supporting` integer, required
    - `contradicting` integer, required
    - `mentioning` integer, required
    - `unclassified` integer, required
    - `doi` string, required
    - `citingPublications` integer, nullable
  - `citingTally` CitingTallySourceDB
    - `total` integer, required
    - `supporting` integer, required
    - `contradicting` integer, required
    - `mentioning` integer, required
    - `unclassified` integer, required
    - `sourceDoi` string, required
    - `numCitedPublications` integer, nullable
  - `editorialNotices` EditorialNoticeSchema[]
    - `status` string, nullable
    - `date` string, nullable
    - `noticeDoi` string, nullable
    - `doi` string, required
    - `urls` string[], nullable
  - `journalSlug` string, nullable
  - `journal` string, nullable
  - `preprintLinks` PreprintLinkSchema[]
    - `preprintDoi` string, required
  - `publicationLinks` PublicationLinkSchema[]
    - `publishedDoi` string, required
  - `normalizedTypes` string[]

## 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/versions/9f4cba020e89/schema)
