G

Govparse · Feeds Clinical Trials

by Govparse

GETBaseSolana

$25

per call · USD Coin on Base

Which companies just opened a new clinical trial or site? Bulk feed over NIH ClinicalTrials.gov interventional, industry-sponsored studies, newest-first by registry-posting date (the R&D / commercial-growth signal). Cursor-paginated up to 1000/page, filterable by sponsor, phase, status, condition, intervention type, site state, or since. Rows carry sponsor, phase, status, conditions, enrollment, dates, site count, and the US states sited. Observational registry records, never a prediction.

Endpoint

GET https://api.govparse.io/v1/feeds/clinical-trials

1

Calls / 30d

1

Unique payers / 30d

Aug 21

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://api.govparse.io/v1/feeds/clinical-trials", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.govparse.io/v1/feeds/clinical-trials?phase=PHASE2%2CPHASE3&since=2026-06-01&state=MA%2CCA" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "basis": "NIH ClinicalTrials.gov interventional, industry-sponsored studies, one row per study newest-first by first_posted_date. Observational public registry records — a trial appears with a sponsor and a posting date, never a prediction.",
  "feed": "clinical-trials",
  "page": {
    "has_more": true,
    "limit": 500,
    "next_cursor": "eyJkIjoiMjAyNi0wNi0wMyIsImsiOiJvc2hhOjMxOTAwMTIzNCJ9",
    "returned": 500
  },
  "query": {
    "condition": "all",
    "intervention_type": "all",
    "phase": "all",
    "since": "all",
    "sponsor": "all",
    "state": "all",
    "status": "all"
  },
  "rows": [
    {
      "as_published_date": "2026-07-24",
      "completion_date": "2027-12-31",
      "conditions": [
        "Pediatric Malignant Solid Tumor",
        "Febrile Neutropenia (FN)"
      ],
      "enrollment": 18,
      "entity_id": null,
      "event_date": "2026-07-24",
      "event_key": "nct:NCT07724756",
      "first_posted_date": "2026-07-24",
      "intervention_types": [
        "DRUG"
      ],
      "interventions": [
        "Drug: candidate"
      ],
      "nct_id": "NCT07724756",
      "overall_status": "RECRUITING",
      "phase": "PHASE2",
      "primary_completion_date": "2027-06-30",
      "site_count": 1,
      "site_states": [
        "CA"
      ],
      "sponsor_class": "INDUSTRY",
      "sponsor_name": "Qilu Pharmaceutical Co., Ltd.",
      "start_date": "2026-06-26",
      "study_type": "INTERVENTIONAL"
    }
  ]
}

Payment details

Pay to0x3873d15cf3209c32aaa8d9aa542164e658567129
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana
Schemesexact

Is this your API?

Pin it to the top of Other and the homepage with a featured placement.

Get featured →

More from Govparse & similar services