/pubpeer/publications

POST /api/pubpeer/publications

Price: 5 credits

Get a PubPeer publication by its id or URL, with the complete post-publication comment thread — every comment's text, pseudonymous author, moderation history and author-response flag — alongside the paper's title, abstract, DOI, PMID, authors and journals

How to use it

Read the criticism attached to a published paper. The whole thread comes back in one call, so `comments` is the complete discussion and `comment_count` matches its length. `text` is the comment body, `is_from_author` marks a reply by an author of the paper, and `updates` records later edits — a comment edited after posting is common and the original wording is not kept. Commenters are pseudonymous, so `author_name` is a chosen alias and not a real identity. The only accepted input is a PubPeer publication id or URL: a DOI or PMID cannot be looked up here, though the record returns both once resolved.

Parameters

Request body

Response

Errors

Response headers