GET /v2.0/data/datasets/{datasetid}/doi
neotomadb.org:neotoma-database-api
Summary: DOI and associated metadata for a dataset.
Operation ID: —
Auth: unknown
Operation ID: —
Auth: unknown
Description
Returns Digital Object Identifiers associated with specific datasets.
Parameters (1)
datasetid
(integer, path, required)
A valid datasetid identifer from the Neotoma database. This is the internal identifier within the [`ndb.datasets`](https://open.neotomadb.org/dbschema/ndb/tables/datasets.html) table.
Constraints: {'minimum': 0}
Examples (3)
| Title | Type | URL | Action |
|---|---|---|---|
| Get DOI for dataset ID 1 | curl |
https://api.neotomadb.org/v2.0/data/datasets/1/doi |
|
| Get DOI for dataset ID 1000 | curl |
https://api.neotomadb.org/v2.0/data/datasets/1000/doi |
|
| Get DOI for dataset ID 12345 | curl |
https://api.neotomadb.org/v2.0/data/datasets/12345/doi |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 10:54:08.476912 | 200 | 522ms | |
| 2026-03-23 09:31:36.553034 | 200 | 553ms | |
| 2026-03-23 09:15:57.779162 | 200 | 562ms |
Response Changes
| When | Old | New |
|---|---|---|
| 2026-03-23 09:31:36.553034 | b7f43dd32869 |
d03c69384b38 |
| 2026-03-23 10:54:08.476912 | d03c69384b38 |
eb639e11e17f |