What the response contains
Try diabetes, asthma, and migraine and use the returned fields to identify the right record.
Fields worth checking
- Science & Nature
- ClinicalTrials.gov results
- public source
Type a real query, scan the cards and confirm the key details before opening the full source.
Try diabetes, asthma, and migraine and use the returned fields to identify the right record.
Fields worth checking
The /api/v2/studies response separates protocolSection, derivedSection, and hasResults. In a test query, a study with overallStatus COMPLETED had hasResults false: a completed study and a record with posted results are different facts. Use a record to find the reported protocol and status, not to conclude that an intervention works or suits a person.
query.cond accepts a search condition, such as asthma, and pageSize sets the response size. When more studies exist, the API returns nextPageToken; it is the safe path to the next page. totalCount appears only when the request uses countTotal=true, so do not assume that number is always present.
The fields parameter can request specific parts, for example protocolSection.identificationModule.nctId and protocolSection.statusModule.overallStatus. The NCT ID identifies the study within its record and is more reliable for saving, comparing, or linking than a title. Check the update date and open the complete record whenever context matters.