Collections:
Other Resources:
api.datacite.org/dois/{doi} - Retrieve a Single DOI
How to retrieve a single DOI with api.datacite.org/dois/{doi}?
✍: FYIcenter.com
If you want to retrieve the content of a single DOI,
you can use the following URL template:
https://api.datacite.org/dois/{doi}
Here is an example of retrieving the content of a given DOI:
fyicenter$ curl https://api.datacite.org/dois/10.5438/0012
{
"data": {
"id": "10.5438\/0012",
"type": "dois",
"attributes": {
"doi": "10.5438\/0012",
"prefix": "10.5438",
"suffix": "0012",
"creators": [
{
"name": "DataCite Metadata Working Group"
}
],
"titles": [
{
"title": "DataCite Metadata Schema Documentation for the Publication and Citation of Research Data v4.0"
}
],
"publisher": "DataCite e.V.",
"publicationYear": 2016,
"contributors": [
{
"name": "Starr, Joan",
"nameType": "Personal",
"givenName": "Joan",
"familyName": "Starr",
"affiliation": [
"California Digital Library"
]
},
{
"name": "Smaele, Madeleine de",
"nameType": "Personal",
"givenName": "Madeleine de",
"familyName": "Smaele",
"affiliation": [
"TU Delft"
],
"contributorType": "ProjectLeader",
"nameIdentifiers": []
}
],
"dates": [
{
"date": "2016",
"dateType": "Issued"
}
],
"language": "en",
"sizes": [
"45 pages"
],
"formats": [
"application\/pdf"
]
},
"relationships": {
}
}
...
Not that datacite.org only provides DOI metadata for DOIs registered by datacite.org. If search for a DOI registered by another DOI Registration Agency, you will get an error:
curl https://api.datacite.org/dois/10.1037/0003-066x.59.1.29
{"errors":[{"status":"404","title":"The resource you are looking for doesn't exist."}]}
⇒ api.datacite.org/dois - Retrieve a List of DOIs
2022-09-24, ∼700🔥, 0💬
Popular Posts:
Paper Summary: DOI: 10.12737/972180 Received on: 2024-06-07
Paper Summary: DOI: 10.5682/9786062815431 Received on: 2024-05-27
Paper Summary: DOI: 10.1007/s12264-023-01053 -6Received on: 2024-05-27
Paper Summary: DOI: 10.5055/jem.0577 Received on: 2024-06-12
Paper Summary: Title: An Analysis of the Pricing of Traits in the U.S. Corn Seed Market Author(s): S...