# ClinicalTrials.gov – All Trials by Medical Condition

> ClinicalTrials.gov – All Trials by Medical Condition is a paid API for AI agents from clinical.memoryapi.org, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Returns all clinical trials associated with a specific medical condition, enabling competitive landscape analysis of the disease area.

## Facts

- Endpoint: GET https://clinical.memoryapi.org/x402/clinical/condition
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/clinical-memoryapi-org-b8546e3d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-SmvAuPBoSkdDKpOh2UMp

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability clinical-memoryapi-org-b8546e3d
```

Example prompt: Pull all clinical trials listed on ClinicalTrials.gov for non-small cell lung cancer so I can see the full competitive landscape — who's running trials, what phases they're in, and what interventions are being tested.

## When to prefer this

Use this endpoint when you need a broad survey of ALL trials for a given disease or condition, rather than searching by sponsor, intervention, or a specific NCT ID. Ideal for competitive landscape analysis, pipeline mapping, or understanding the full scope of research activity in a disease area.

## Known failure modes

- Condition name not recognized or too ambiguous — returns empty results or requires normalization
- Rate limiting or payment failure with x402 protocol — returns 402 Payment Required
- Very broad condition terms (e.g. 'cancer') may return extremely large result sets
- Misspelled condition names yield no results
- Niche or rare disease names may return few or no results

## How this service works

All clinical trials for a specific medical condition. Get competitive landscape of trials in a disease area.

## Output

A list of clinical trials for the specified medical condition, including trial IDs (NCT numbers), titles, phases, statuses, sponsor names, and intervention details — giving a comprehensive view of the competitive trial landscape for that disease area.

## Example request

```json
{
 "condition": "diabetes mellitus type 2"
}
```

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "required": [
    "method"
   ],
   "properties": {
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/clinical-memoryapi-org-b8546e3d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clinical.memoryapi.org](https://www.zero.xyz/host/clinical.memoryapi.org/llms.txt)
