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

Compare with Current View Page History

« Previous Version 19 Next »

Overview

The Cancer Imaging Archive (TCIA) is a publisher of cancer related data. Each Collection is issued a Digital Object Identifier (DOI) through DataCite so their contents become discoverable and associated metadata is made available to the community. DataCite provides a REST API that can be used to search metadata according to their published schema. Please note that this API was not developed by TCIA and is not supported through the TCIA help desk

Please refer to the Documentation below for how to use the DataCite REST API to query TCIA metadata

The Cancer Imaging Archive is identified within DataCite as

  • prefix-id 10.7937
  • client-id = sml.tcia
  • provider-id = tciar

Properties

TCIA utilizes the following Properties of the DataCite schema.

Table 1: DataCite Mandatory Properties ID 

Property Obligation 
Identifier (DOI of the Dataset)
Creator (Authors of the Dataset, preferably with ORCIDID))
Title (Published Title of the Dataset) 
Publisher (The Cancer Imaging Archive)
PublicationYear (The Year the Dataset was published in TCIA)
10 ResourceType (Dataset; Equivalent to a TCIA Collection) 
Table 2: DataCite Recommended and Optional Properties ID 

Property Obligation 
11AlternateIdentifier (TCIA "Short Name" for the Dataset.  These short names appear in various places such as https://www.cancerimagingarchive.net/collections/ and https://www.cancerimagingarchive.net/tcia-analysis-results/)O
15Version (The Current Version of the Dataset)O
16Rights (Licensing Information)O
17 Description (Dataset Abstract)

Examples


Retrieve a single DataCite record in JSON format.

For this example we are using a Published Collection called "Pseudo-PHI-DICOM-Data":

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


Return a list of DOIs using the TCIA provider id (tciar)

https://api.datacite.org/dois?provider-id=tciar

By default, only 25 records are returned. You can control the number of records returned using pagination options. For example, to return only 5 records

https://api.datacite.org/dois?provider-id=tciar&page[size]=5 

or

https://api.datacite.org/providers/tciar/dois?page[size]=5


Query on specific information populated in the DataCite schema


Use the "activities" endpoint to see metadata updates in JSON format for a specified DataCite record.

For this example we are using a Published Collection called "Pseudo-PHI-DICOM-Data":

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

  • No labels