Child pages
  • TCIA Programmatic Interface (REST API) Usage Guide v1

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
https://services.cancerimagingarchive.net/services/TCIA/TCIA/query/getSeries?collectionCollection=TCGA-GBM&patient_idPatientID=1.2.3&study_instance_uidStudyInstanceUID=4.5.6&format=csv
  • The base URL is: https://services.cancerimagingarchive.net/services/TCIA/TCIA/query
  • The API endpoint is getSeries
  • And the four query parameters are provided as follows:collection Collection=TCGA-GBM&patient_idPatientID=1.2.3&study_instance_uidStudyInstanceUID=4.5.6&format=csv

  • Data can be obtained in the following formats : CSV,HTML,XML and JSON.

...