UnifyAPI
← Back to catalog

datacite.works.stats

mock data$0.002 / call

DataCite Works Statistics

Get aggregated statistics across DataCite research outputs. Returns total DOI count, breakdown by resource type (datasets 70M+, software, preprints, journal articles, dissertations), registration year distribution, top contributing organizations (arXiv, CERN/Zenodo, Figshare, Mendeley), and top repositories. Optionally scope to a keyword query or specific resource type/year to get focused analytics. Useful for understanding the research landscape in a topic area — e.g. how many climate datasets exist, which repositories host the most neuroscience data.

Science & Researchprovider: Datacite#datacite#science

Input schema

query

Optional keyword query to scope the statistics (e.g. "machine learning" returns stats only for ML-related DOIs). If omitted, stats cover all 70M+ DataCite works.

string
resource_type

Scope statistics to a single resource type (e.g. "dataset" to see dataset-specific provider breakdowns).

string
publication_year

Scope statistics to a specific publication year.

integer

Call via REST

curl -X POST https://unifyapi.pro/api/call/datacite.works.stats \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"query":"<query>","resource_type":"<resource_type>","publication_year":0}'

Try it

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