DataCite 08 Mar 19:05 UTC inactive
- Group
- Cited
- Description
- Helping you to find, access, and reuse research data.
Responses last 24 hours
0 responses with 0 errors
Average 0 ms Maximum 0 ms
Events
1,679 works or 1% with events
1,917 events for these works
Status
Loading … 

Events last 24 hours
Loading … 

Events last 31 days
Loading … 

Events monthly
Loading … 

DataCite Data
DataCite is a DOI registration agency for datasets. The DataCite Data source tracks events for DataCite DOIs instead of other works referenced by DataCite.
ALM Name | datacite_data |
ALM Configuration | default |
ALM Core Attributes | url (as DOI) contributor (as creator) |
ALM Other Attributes | title publisher |
Protocol | REST |
Format | JSON or XML |
Rate-limiting | unknown |
Authentication | no |
Restriction by IP Address | no |
API URL | http://search.datacite.org/api?q=doi:DOI&fl=relatedIdentifier,doi,creator,title,publisher,publicationYear&fq=is_active:true&fq=has_metadata:true&indent=true |
Example Response
{
"responseHeader": {
"status": 0,
"QTime": 2
},
"response": {
"numFound": 1,
"start": 0,
"docs": [
{
"doi": "10.5061/DRYAD.8515",
"relatedIdentifier": [
"HasPart:DOI:10.5061/DRYAD.8515/1",
"HasPart:DOI:10.5061/DRYAD.8515/2",
"IsReferencedBy:DOI:10.1371/JOURNAL.PPAT.1000446",
"IsReferencedBy:DOI:"
],
"creator": [
"Ollomo, Benjamin",
"Durand, Patrick",
"Prugnolle, Franck",
"Douzery, Emmanuel J. P.",
"Arnathau, Céline",
"Nkoghe, Dieudonné",
"Leroy, Eric",
"Renaud, François"
],
"publisher": "Dryad Digital Repository",
"title": [
"Data from: A new malaria agent in African hominids."
],
"publicationYear": "2011"
}
]
}
}
Source Code
The source code is available here.