Skip to content

bioteam/ct-gov

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

Query clinicaltrials.gov:

  • Get total number of subjects for some sponsor, location, and study status.
  • Get number of studies for some sponsor, location, study type, and study status.

See the documentation:

Example query as URL:

https://www.clinicaltrials.gov/api/query/field_values?expr=SEARCH%5BLocation%5D%28AREA%5BLocationFacility%5DNIH+Clinical+Center%29&field=EnrollmentCount&fmt=json

Equivalent to: SEARCH[Location](AREA[LocationFacility]NIH Clinical Center)

Query Field Values:

  • Name of the sponsor: LeadSponsorName (e.g. "NINDS")
  • Study status: OverallStatus (e.g. "Completed")
  • Facility name: LocationFacility (e.g. "NIH Clinical Center")
  • Study type: StudyType (e.g. "Interventional", "Observational")

Field:

  • Number of Participants Analyzed: EnrollmentCount

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages