Skip to content
This repository has been archived by the owner on Jul 8, 2020. It is now read-only.

How to search for "category"? #10

Open
mrchess opened this issue Nov 2, 2016 · 2 comments
Open

How to search for "category"? #10

mrchess opened this issue Nov 2, 2016 · 2 comments

Comments

@mrchess
Copy link

mrchess commented Nov 2, 2016

I am trying to use the API to find all clinical trials that have something to do with cancer or carcinoma. Is there a way to use the API to just search for the NCT_IDs of those trials?

@mrchess
Copy link
Author

mrchess commented Nov 2, 2016

Or is all the trials on NCIP only cancer? In which case, how can I see all the NCT IDs are in the system? I am trying to see which ones are different compared to clinicaltrials.gov.

@loosed
Copy link

loosed commented Nov 17, 2016

Hello, The scope of trials in the API includes NCI-supported interventional clinical trials which were open to accrual on or after June 2015. The API data source is the NCI's Clinical Trials Reporting Program database: https://www.cancer.gov/about-nci/organization/ccct/ctrp

The API instructions, https://clinicaltrialsapi.cancer.gov/v1/, described how to retrieve the NCT IDs available. This query would return the first 50: https://clinicaltrialsapi.cancer.gov/v1/clinical-trials?size=50&include=nct_id

Per the instructions, the return is limited to 50 results at a time so you'll need to use the "from" parameter to iteratively retrieve all NCT IDs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants