DataCite REST API
The DataCite REST API enables retrieval of DataCite DOI metadata records and account information.
The API is generally RESTful and returns results in JSON (following the JSON:API specification).
REST API for Metadata Retrieval
This guide will walk you through the options for retrieving metadata with the REST API:
- Retrieving a single DOI
- Retrieving a list of DOIs
- Pagination
- Queries and filtering
- Retrieving a random sample of DOIs
- Tracking metadata provenance
Public API (No authentication)
The Public API is accessed without authentication. We recommend using the Public API to retrieve and search for DOI metadata.
The Public API only returns DOIs in Findable state, excluding draft records and Registered DOIs. Learn more about DOI States.
Harvesting DataCite metadata
Members and non-members wishing to harvest DataCite metadata should use the Public API, which does not require authentication.
DataCite DOI metadata records can also be harvested in bulk with the DataCite OAI-PMH.
REST API Reference
Access the REST API Reference to explore all REST API functions and parameters.
Updated about 3 hours ago

