---
title: "Search vulnerabilities using fulltext search"
method: GET
path: "/vulnerability/fulltext"
tags: ["vulnerability"]
---

# Search vulnerabilities using fulltext search

`GET /vulnerability/fulltext`

Fulltext search across all indexed vulnerability sources.

## Query parameters

- `q` string, required
- `page` integer
- `per_page` integer
- `sources` string

## Response `200`

Success.

## Other responses

- `400` — Missing or empty query parameter.
- `503` — Fulltext search is not enabled on this instance.

## Changes

- **2026-06-16** `92f7157cbff0` — 1 info
  - endpoint added
- **2024-06-05** `28bfb33cc1fb` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/vulnerability-lookup/apis/vulnerability-lookup-api/changes/vulnerability/fulltext/get.md)

---

[API](https://skmtc.dev/vulnerability-lookup/apis/vulnerability-lookup-api.md) · [All operations](https://skmtc.dev/vulnerability-lookup/apis/vulnerability-lookup-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vulnerability-lookup/vulnerability-lookup-api/revisions/e6ef25beb687/schema)
