---
title: "Cross-dataset keyword search"
method: GET
path: "/api/v1/search"
tags: ["Search"]
---

# Cross-dataset keyword search

`GET /api/v1/search`

Search a keyword across every dataset at once — research, news, blog, FDA approvals, and clinical trials — with results grouped by type. Note: the response shape differs from the list endpoints.

## Query parameters

- `q` string, required
- `types` string
- `cancerType` string
- `limit` integer

## Response `200`

Search results grouped by dataset.

- MassSearchResult
  - `query` string
  - `results` object
    - `research` MassSearchResultBucket
      - `total` integer
      - `items` object[]
    - `news` MassSearchResultBucket
      - `total` integer
      - `items` object[]
    - `blog` MassSearchResultBucket
      - `total` integer
      - `items` object[]
    - `fdaApprovals` MassSearchResultBucket
      - `total` integer
      - `items` object[]
    - `clinicalTrials` MassSearchResultBucket
      - `total` integer
      - `items` object[]

## Other responses

- `401` — Missing, invalid, or revoked API key.
- `429` — Rate limit exceeded (100 requests/hour per key). Includes a Retry-After header.

---

[API](https://skmtc.net/curecancerwithai/apis/cure-cancer-with-ai-public-api.md) · [All operations](https://skmtc.net/curecancerwithai/apis/cure-cancer-with-ai-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/curecancerwithai/cure-cancer-with-ai-public-api/revisions/fd99aa2f2fd5/schema)
