/osf/registrations/search

POST /api/osf/registrations/search

Price: 20 credits

Search public OSF registrations by title, description, tag, subject, category and creation or modification date. Returns each registration's GUID, title, description, the form it was registered on, the date it was frozen, its embargo and withdrawal state and its declarations about available data, materials, code and papers.

How to use it

Use this to find preregistrations and registered reports on a topic, then take a GUID to /osf/registrations for the answers the researchers actually gave. Rows carry no authors and no form answers. `registration_supplement` names the template, which is the practical way to tell a preregistration from a registered report or an open-ended archive — but OSF will not filter on it, so narrow another way and read it off the rows. There is no filter on the registration date either: `created_since` and `modified_since` are about the underlying project, so a registration frozen today from a project made in 2019 will not match a recent `created_since`. An embargoed registration appears here with its title while its content stays closed until `embargo_end_date`, and a withdrawn one appears with `is_withdrawn` true. `tag` and `subject` must match a whole term.

Parameters

Request body

Response

Errors

Response headers