---
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

## Changes

- **2023-12-27** `32eb62a344de` — 1 info
  - endpoint added
- **2020-10-14** `b70359972942` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/eeditiones/apis/tei-publisher-documentation-and-demo/changes/api/nlp/strings/:id/get.md)

---

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