---
title: "Retrieve a stemming dictionary"
method: GET
path: "/stemming/dictionaries/{dictionaryId}"
tags: ["stemming"]
---

# Retrieve a stemming dictionary

`GET /stemming/dictionaries/{dictionaryId}`

Fetch details of a specific stemming dictionary.

## Path parameters

- `dictionaryId` string, required

## Response `200`

Stemming dictionary details

- StemmingDictionary
  - `id` string, required — Unique identifier for the dictionary
  - `words` object[], required — List of word mappings in the dictionary
    - `word` string, required — The word form to be stemmed
    - `root` string, required — The root form of the word

## Other responses

- `404` — Dictionary not found

---

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