v2

latestOpenAPI 3.1.02026-07-3171165552.0 KB
Paper recommendations

Get recommended papers to read given a DOI

get/api_partner/recommend-papers/{doi}

Path parameters

doistring required

Headers

authorizationstring

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

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

Response

Successful Response

idstring nullable
doistring nullable
titlestring nullable
slugstring nullable
journalstring nullable
shortJournalstring nullable
publisherstring nullable
memberIdinteger nullable
abstractstring nullable
yearinteger nullable
datestring date nullable
lastUpdateinteger nullable
volumestring nullable
issuestring nullable
pagestring nullable
issnsstring[] nullable
isOaboolean nullable
oaStatusstring nullable
scorenumber nullable

Example response

[
  {
    "tally": {
      "citingPublications": 436,
      "contradicting": 6,
      "doi": "10.1016/j.biopsych.2005.08.012",
      "mentioning": 308,
      "supporting": 27,
      "total": 347,
      "unclassified": 6
    }
  }
]