5e35babfb8d2
Search publicly-available datasets
Search the published Dryad datasets. Query all fields, or look for terms in specific metadata fields of the dataset.
Query parameters
A list of terms to be searched. If multiple terms are supplied, matches will only be returned for items that contain all terms. Terms may include an * at the end to indicate a wildcard. A term may be negated to indicate that it should not be present in the results (e.g., cat -fish). Use quotation marks to search for an exact phrase.
Search for a dataset by subject keyword.
Search for authors using author ORCIDs. If multiple, separate with a space.
Search for authors by name.
A ROR identifier for an institutional affiliation that must be present in the list of dataset authors. The identifier should be in the full "https" format and should be URL-encoded, e.g., https%3A%2F%2Fror.org%2F00x6h5n95.
A ROR identifier for the dataset research facility. The identifier should be in the full "https" format and should be URL-encoded, e.g., https%3A%2F%2Fror.org%2F00x6h5n95.
A ROR identifier for a dataset funder. The identifier should be in the full "https" format and should be URL-encoded, e.g., https%3A%2F%2Fror.org%2F00x6h5n95.
A ROR identifier for a dataset funder, affiliation, or research facility. The identifier should be in the full "https" format and should be URL-encoded, e.g., https%3A%2F%2Fror.org%2F00x6h5n95.
The abbreviation for a partner organization in Dryad. This will automatically search all organizations associated with the given tenant.
An award or grant number associated with the dataset.
The journal ISSN.
Any related work ID associated with the dataset, including manuscript numbers and PubMed IDs.
A date or timestamp for limiting results. Datasets will only be returned that have been published since the given date/time. The date must be specified in ISO 8601 format (2020-10-08). If including a time, the time must be specified in ISO 8601 format, and the time zone must be set to UTC, e.g., 2020-10-08T10:24:53Z.
A date or timestamp for limiting results. Datasets will only be returned that have been published before the given date/time. The date must be specified in ISO 8601 format (2020-10-08). If including a time, the time must be specified in ISO 8601 format, and the time zone must be set to UTC, e.g., 2020-10-08T10:24:53Z.
A DOI or other URL that links a dataset to a related work. It allows * as a wildcard at the beginning and/or end of the value.
The type of relationship expressed by a related work.
A date or timestamp for limiting results. Datasets will only be returned that have been modified since the given date/time. The date must be specified in ISO 8601 format (2020-10-08). If including a time, the time must be specified in ISO 8601 format, and the time zone must be set to UTC, e.g., 2020-10-08T10:24:53Z.
A date or timestamp for limiting results. Datasets will only be returned that have been modified before the given date/time. The date must be specified in ISO 8601 format (2020-10-08). If including a time, the time must be specified in ISO 8601 format, and the time zone must be set to UTC, e.g., 2020-10-08T10:24:53Z.
Which page of results to view. Defaults to page 1.
Number of results to return on each page. Defaults to 20. Maximum allowed is 100.
Response
A list of datasets.
Example response
{
"_embedded": {
"stash:datasets": [
{
"funders": [
{
"identifier": "https://ror.org/00x6h5n95",
"identifierType": "ror"
}
]
}
]
}
}