UnifyAPI
← Back to catalog

datacite.doi.lookup

mock data$0.001 / call

DataCite 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.

Science & Researchprovider: Datacite#datacite#science

Input schema

doirequired

The 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.

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.