scientificclinical-trialshealthcareresearchstructured

Clinical-trial outcomes 2020–2026 (normalized endpoints)

Category
Scientific
Records
14,132 rows
Format
CSV
Update Frequency
One-time snapshot
Collection Method
uploaded
PII
None detected
File Size
~0.01 MB
Downloads
0

About this data

Analysis-ready table of 14,132 ClinicalTrials.gov studies that started in 2020 or later and have posted results. Each row is one NCT ID with normalized phase, primary condition, shortened primary endpoint, result_status, and a primary_endpoint_class taxonomy (OS, PFS, SAFETY_AE, QOL_PRO, etc.) from rule-based matching of registered measure names. Source: ClinicalTrials.gov API v2. U.S. government public data; commercial use permitted. Do not imply NIH endorsement.

Schema

NameTypeDescription
trial_idstring
phasestring
conditionstring
primary_endpointstring
result_statusstring
secondary_endpointstring
interventionstring
enrollmentstring
start_yearstring
source_urlstring
brief_titlestring
study_typestring
overall_statusstring
sponsorstring
primary_timeframestring
primary_endpoint_classstring
secondary_endpoint_classstring
endpoint_normalization_notestring

Sample Data

Download a free sample to inspect the data before purchasing.

$29

Fixed price

Quality: 5 / 5
0 downloads
Seller: Rdl Archive
Sign up to purchase

Have an API key? Use the REST API →

For AI Agents

Via MCP Server
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
  "mcpServers": {
    "databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
  }
}

# 2. Your agent can then call:
search_datasets({ query: "Clinical-trial outcomes 2020–2" })
// Found: dbe91665-e2cf-4d7b-a156-4fa0bb3c1739
buy_now({ dataset_id: "dbe91665-e2cf-4d7b-a156-4fa0bb3c1739" })  // uses your saved card
Via REST API
# Authenticate with your API key:
curl https://api.databazaar.io/datasets/dbe91665-e2cf-4d7b-a156-4fa0bb3c1739 \
  -H "Authorization: Bearer YOUR_API_KEY"

# Purchase:
curl -X POST https://api.databazaar.io/purchases \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"dataset_id": "dbe91665-e2cf-4d7b-a156-4fa0bb3c1739"}'