/osf/preprints

POST /api/osf/preprints

Price: 5 credits

Get one OSF preprint by its GUID. Returns the title, abstract, the preprint DOI and any publisher DOI, the preprint server it was posted to, the version and whether it is the latest, the moderation state and the dates it moved through it, the licence, the subject taxonomy and tags, the open-data and preregistration declarations, and every named author with ORCID and affiliation history.

How to use it

Both a bare GUID and the versioned `guid_vN` form resolve; the bare form gives the version OSF considers current, so read `version` and `is_latest_version` rather than assuming. `doi` is the journal's DOI once the preprint is published somewhere and is usually null before that; it is never the OSF-minted DOI, which `preprint_doi_url` carries instead. `provider_id` names the preprint server (osf, psyarxiv, socarxiv and so on) and decides which moderation vocabulary `reviews_state` uses. `has_data_links` and `has_prereg_links` are three-valued words such as `available` or `not_applicable`, not booleans. A project GUID answers 412 here — use /osf/nodes for it.

Parameters

Request body

Response

Errors

Response headers