---
title: "Find occurrences of the given string in other documents in the collection"
method: GET
path: "/api/nlp/strings/{id}"
tags: ["nlp"]
---

# Find occurrences of the given string in other documents in the collection

`GET /api/nlp/strings/{id}`

## Path parameters

- `id` string, required

## Query parameters

- `format` 'offsets' | 'annotations'
- `string` string, required
- `type` string, required
- `properties` string
- `exclude` string

## Response `200`

JSON structure listing the entities found

- unknown[]
  - unknown

---

[API](https://skmtc.net/eeditiones/apis/tei-publisher-documentation-and-demo.md) · [All operations](https://skmtc.net/eeditiones/apis/tei-publisher-documentation-and-demo/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eeditiones/tei-publisher-documentation-and-demo/revisions/07216792837f/schema)
