When you include relatedIdentifiers
in DOI metadata, we automatically extract those relations and put them into the Event Data service. We have done work recently to optionally include DOI metadata in the Event Data API response. The work is not completed, but an example with GBIF data and a Zootaxa publication would be https://api.datacite.org/events/14e83dec-55fa-4715-a4c2-b1679a3d4ef3?include=dois (you need to add an application/json; version=2
accept header to use version 2 of the Event Data API). This returns
{
"id": "10.11646/zootaxa.4457.4.5",
"type": "dois",
"attributes": {
"doi": "10.11646/zootaxa.4457.4.5",
"identifiers": [
{
"identifier": "https://doi.org/10.11646/zootaxa.4457.4.5",
"identifierType": "DOI"
}
],
"creators": [
{
"name": "DUAN, YANI",
"nameType": "Personal",
"givenName": "YANI",
"familyName": "DUAN"
},
{
"name": "DIETRICH, CHRISTOPHER H.",
"nameType": "Personal",
"givenName": "CHRISTOPHER H.",
"familyName": "DIETRICH"
}
],
"titles": [
{
"title": "A new species of Polyamia DeLong (Hemiptera: Cicadellidae: Deltocephalinae: Deltocephalini) representing the first record of the genus from South America"
}
],
"publisher": "Magnolia Press",
"container": {
"type": "Journal",
"issue": "4",
"title": "Zootaxa",
"volume": "4457",
"firstPage": "557",
"identifier": "1175-5334",
"identifierType": "ISSN"
},
"publicationYear": 2018,
"subjects": null,
"contributors": null,
"dates": [
{
"date": "2018-08-10",
"dateType": "Issued"
},
{
"date": "2018-11-08T21:17:07Z",
"dateType": "Updated"
}
],
"language": null,
"types": {
"ris": "JOUR",
"bibtex": "article",
"citeproc": "article-journal",
"schemaOrg": "ScholarlyArticle",
"resourceType": "JournalArticle",
"resourceTypeGeneral": "Text"
},
"relatedIdentifiers": [
{
"relationType": "IsPartOf",
"relatedIdentifier": "1175-5334",
"resourceTypeGeneral": "Collection",
"relatedIdentifierType": "ISSN"
}
],
"sizes": null,
"formats": null,
"version": null,
"rightsList": null,
"descriptions": [
{
"description": "Polyamia (Polyamia) choromorica sp. n., representing the first record of the genus Polyamia DeLong from South America, is described and illustrated. Previously described species of Polyamia DeLong appear to be restricted to North America. Color illustrations of Polyamia (Copolyamia) caperata (Ball), Polyamia (Copolyamia) similaris DeLong & Davidson and Polyamia (Polyamia) weedi Van Duzee are also provided for comparison. A species checklist and distribution summary for the genus is provided. Notes on other South American species of Deltocephalini with supernumerary forewing crossveins are also provided.",
"descriptionType": "Abstract"
}
],
"geoLocations": null,
"fundingReferences": null,
"url": "https://biotaxa.org/Zootaxa/article/view/zootaxa.4457.4.5",
"contentUrl": null,
"metadataVersion": 1,
"schemaVersion": "http://datacite.org/schema/kernel-4",
"source": "levriero",
"isActive": true,
"state": "findable",
"reason": null,
"created": "2019-06-12T18:56:57.000Z",
"registered": null,
"published": "2018",
"updated": "2019-07-06T04:59:15.000Z"
}
as part of the API response. And includes all information needed to generate a formatted citation. Which we will also do for you via https://api.datacite.org/dois/text/x-bibliography/10.11646/zootaxa.4457.4.5?style=apa