latestOpenAPI 3.1.02026-08-08264458.4 KB
5e35babfb8d2
datasets
Get a dataset record by its DOI
Be sure to URL encode the DOI (see example below). Datasets that are not yet published are only retrievable by users with permission to access them.
get/datasets/{doi}
Path parameters
doistring required
DOI like doi:10.1000/18238577 that should be URL encoded (example: <code>doi%3A10.1000%2F18238577</code>)
Response
Dataset information retrieved.
Example response
{
"funders": [
{
"identifier": "https://ror.org/00x6h5n95",
"identifierType": "ror"
}
]
}