datacite.works.stats
mock data$0.002 / callDataCite 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.
Input schema
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.
Scope statistics to a single resource type (e.g. "dataset" to see dataset-specific provider breakdowns).
Scope statistics to a specific publication year.
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}'