You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The Cancer Imaging Archive )TCIA) is a publisher of cancer related data. Each Collection is issued a Digital Object Identifier (DOI) through DataCIte. DataCIte provides a REST API that can be used to search metadata according to their published schema.


DataCite REST API Guide - https://support.datacite.org/docs/api 

DataCite Schema - http://schema.datacite.org

TCIA utilizes the following Properties of the DataCite schema.

Table 1: DataCite Mandatory Properties ID 

Property Obligation 
Identifier (with mandatory type sub-property) 
Creator (with optional given name, family name, name identifier and affiliation sub-properties) 
Title (with optional type sub-properties) 
Publisher 
PublicationYear 
10 ResourceType (with mandatory general type description sub-property) 
Table 2: DataCite Recommended and Optional Properties ID 

Property Obligation 
17 Description (with type sub-property) 

Below is an example of how to retrieve a single DataCite record in JSON format. For this example we are using a Published Collection called "Pseudo-PHI-DICOM-Data"

# GET /dois

$ curl https://api.datacite.org/dois/10.7937/s17z-r072 

  • No labels