v2

latestOpenAPI 3.1.02026-07-3171165552.0 KB
Authors

Retrieve author metadata and papers by author slug.

Retrieve author metadata and papers by author slug. Note that these endpoints require an API token for usage.

Author Slug Format

A valid author slug from the scite database.

Examples of valid author slugs: d-hirsch-gLmJld

Offset & Limit for Paper Pagination

  • offset: The number of papers to skip before starting to collect the result set. Default is 0.
  • limit: The maximum number of papers to return. A next page URL will be provided if there are more papers available.
get/authors/{author_slug}/papers

Path parameters

author_slugstring required

Query parameters

offsetinteger
limitinteger

Number of paper results to return. Maximum is 50

Number of paper results to return. Maximum is 50

Headers

authorizationstring

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

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

Response

Successful Response

totalPapersinteger
nextPagestring uri nullable

Example response

{
  "papers": [
    {
      "authors": [
        {
          "affiliation": "University of Chicago",
          "affiliationID": "17898",
          "affiliationSlug": "university-of-chicago-6096",
          "authorID": "20073081",
          "authorName": "K. Luan Phan",
          "authorSequenceNumber": 1,
          "authorSlug": "k-luan-phan-jz0xRV",
          "family": "Phan",
          "given": "K. Luan"
        },
        {
          "affiliation": "Wayne State University",
          "affiliationID": "11741",
          "affiliationSlug": "wayne-state-university-Xje9",
          "authorID": "14943755",
          "authorName": "Daniel A. Fitzgerald",
          "authorSequenceNumber": 2,
          "authorSlug": "daniel-a-fitzgerald-e6pg3O",
          "family": "Fitzgerald",
          "given": "Daniel A."
        },
        {
          "affiliation": "Monash University",
          "affiliationID": "6663",
          "affiliationSlug": "monash-university-DZee",
          "authorID": "15102805",
          "authorName": "Pradeep J. Nathan",
          "authorSequenceNumber": 3,
          "authorSlug": "pradeep-j-nathan-Ax3j3L",
          "family": "Nathan",
          "given": "Pradeep J."
        },
        {
          "affiliation": "Wayne State University",
          "affiliationID": "11741",
          "affiliationSlug": "wayne-state-university-Xje9",
          "authorID": "3534491",
          "authorName": "Manuel Tancer",
          "authorSequenceNumber": 4,
          "authorSlug": "manuel-tancer-1O4Lj",
          "family": "Tancer",
          "given": "Manuel"
        }
      ],
      "doi": "10.1016/j.biopsych.2005.08.012",
      "editorialNotices": [],
      "id": 66831114,
      "issns": [
        "0006-3223"
      ],
      "issue": "5",
      "journal": "Biological Psychiatry",
      "journalSlug": "5GzJD",
      "memberId": 78,
      "normalizedTypes": [
        "article"
      ],
      "page": "424-429",
      "preprintLinks": [],
      "publicationLinks": [],
      "publisher": "Elsevier BV",
      "retracted": false,
      "shortJournal": "Biological Psychiatry",
      "slug": "association-between-amygdala-hyperactivity-to-gVamGz",
      "title": "Association between Amygdala Hyperactivity to Harsh Faces and Severity of Social Anxiety in Generalized Social Phobia",
      "type": "journal-article",
      "volume": "59",
      "year": 2006
    }
  ]
}