Clinical Trials

List clinical trials

Clinical trials ingested from registries, including conditions, status, and intervention type.

get/api/v1/clinical-trials

Query parameters

conditionstring

Filter by condition.

statusstring
Example:RECRUITING

Filter by trial status, e.g. RECRUITING.

searchstring

Keyword search across title and description.

limitinteger

Results per page (1–100, default 20).

offsetinteger

Number of results to skip (default 0).

Response

A page of clinical trials.

Example response

{
  "data": [
    {
      "status": "RECRUITING"
    }
  ],
  "pagination": {
    "total": 1280,
    "limit": 20,
    "page": 1,
    "totalPages": 64
  }
}