Skip to main content
GET
Retrieve distinct references to a publication

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

authorization
string

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

Path Parameters

doi
string
required

Query Parameters

papers
boolean
default:false

Also fetch source paper metadata.

tallies
boolean
default:false

Also fetch source tally metadata.

source_doi[]
string[]

Only return references from these sources.

Example:
limit
integer | null

Can be used in conjunction with offset to page through references if the total count exceeds 3,000.

offset
integer | null

Can be used in conjunction with limit to page through references if the total count exceeds 3,000.

Response

Successful Response

metadata
ReferencesMetadataSchema · object
required
references
ReferenceSchema · object[]
required
tallies
Tallies · object | null
papers
Papers · object | null