Retrieve aggregated citation statistics for an author.
Authors
Retrieve aggregated citation statistics for an author.
Retrieve aggregated citation statistics for an author without fetching all papers.
Returns:
tally: How this author’s papers are cited by others (supporting, contrasting, mentioning counts)citingTally: How this author’s papers cite other works (supporting, contrasting, mentioning counts)totalPapers: Total number of papers by this author
This endpoint performs the aggregation server-side, eliminating the need for clients to fetch all papers in chunks and aggregate locally.
GET
Retrieve aggregated citation statistics for an author.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Set to Bearer <token> to pass token for authorization.
