← Back to catalog
datacite.doi.lookup
mock data$0.001 / callDataCite DOI Lookup
Get full metadata for a specific DataCite DOI. Returns the complete scholarly metadata record: title, all creators with ORCID identifiers and affiliations, publisher, publication year, resource type, abstract, subjects, license, funding references (funder name, award number), related identifiers, language, formats, usage metrics (views, downloads, citations), and registration/update timestamps. Accepts bare DOI (e.g. "10.5281/zenodo.3490396") or full URL form. Most Zenodo, Dryad, Figshare, and institutional repository DOIs are registered with DataCite.
Input schema
doirequired
stringThe DOI to look up. Accepts bare DOI (e.g. "10.5281/zenodo.3490396") or full URL form ("https://doi.org/10.5281/zenodo.3490396"). Must be a DataCite-registered DOI.
Call via REST
curl -X POST https://unifyapi.pro/api/call/datacite.doi.lookup \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"doi":"<doi>"}'