---
title: "Get User Dict Words"
method: GET
path: "/user_dict"
tags: ["ユーザー辞書"]
---

# Get User Dict Words

`GET /user_dict`

ユーザー辞書に登録されている単語の一覧を返します。
単語の表層形(surface)は正規化済みの物を返します。

## Response `200`

単語のUUIDとその詳細

- object

## Changes

- **2024-05-02** `7d46d11815c2` — 1 breaking
  - response property `additionalProperties/mora_count` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
- **2024-04-26** `907e5011a1aa` — 1 info
  - response property `additionalProperties/mora_count` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
- **2024-03-22** `ef4da11d01e0` — 1 breaking
  - response property `additionalProperties/mora_count` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
- **2024-01-17** `1bed97d41915` — 1 breaking, 1 warning, 18 info
  - the `additionalProperties/` response's property type changed from no type to `object` for status `200`
  - deleted the `query` request parameter `enable_compound_accent`
  - api operation id `get_user_dict_words` removed and replaced with `get_user_dict_words_user_dict_get`
  - removed the non-success response with the status `422`
  - …16 more

[Change history](https://skmtc.dev/aivis-project/apis/aivisspeech-engine/changes/user_dict/get.md)

---

[API](https://skmtc.dev/aivis-project/apis/aivisspeech-engine.md) · [All operations](https://skmtc.dev/aivis-project/apis/aivisspeech-engine/llms.txt) · [OpenAPI document](https://skmtc.dev/aivis-project/apis/aivisspeech-engine/revisions/715f105554e0?raw)
