/osf/nodes

POST /api/osf/nodes

Price: 5 credits

Get one OSF project by its GUID. Returns the title, description, category, subject taxonomy, tags, the DOI and ARK OSF minted for it, the licence with its copyright record, the affiliated institutions, the parent and root project, and every named contributor with ORCID, employment and education history and public profile links.

How to use it

A GUID identifies a project, a registration or a preprint, and this route answers only for projects — a registration GUID comes back as 412 and belongs on /osf/registrations, a preprint GUID likewise on /osf/preprints. For a GUID already known to be a project, OSF returns the same 412 whether it does not exist or the project is private, so that 412 alone is not evidence the id is wrong. `contributors` is the authorship list in `index` order and is the only place author names appear — /osf/nodes/search does not carry them. `subjects[].path` keeps the full taxonomy branch, while `text` is its leaf.

Parameters

Request body

Response

Errors

Response headers