---
title: "ユーザー辞書に登録されている単語の一覧を取得する"
method: GET
path: "/user_dict"
tags: ["ユーザー辞書"]
---

# ユーザー辞書に登録されている単語の一覧を取得する

`GET /user_dict`

ユーザー辞書に登録されている単語の一覧を返します。<br>
複合語アクセントのサポートを有効にするか次第で、返されるデータ型が変化します。<br>
デフォルトでは、従来の API と互換性のある `UserDictWordForCompat` を返します。<br>
`?enable_compound_accent=true` を指定すると、AivisSpeech Engine 1.1.0 以降で利用可能な `UserDictWord` を返します。

## Query parameters

- `enable_compound_accent` boolean — 複数のアクセント句を持つ単語の扱いを指定する<br>false の場合は API 互換性のため、最初のアクセント句の情報のみを返します。<br>未指定時は `false` が設定されます。

## Response `200`

ユーザー辞書に登録されている単語情報のリスト

- object

## Other responses

- `422` — Validation Error

## Changes

- **2026-03-31** `bd7182f25e54` — 2 info
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status
- **2025-03-25** `828800b57233` — 2 info
  - added the optional property `additionalProperties/anyOf[subschema #1: UserDictWord]/word_type` to the response with the `200` status
  - the `mora_count` response's property default value `` was added for the status `200`
- **2025-03-19** `fc00e77ecad2` — 14 breaking, 2 warning, 3 info
  - the `additionalProperties/` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - removed the required property `additionalProperties/accent_associative_rule` from the response with the `200` status
  - removed the required property `additionalProperties/accent_type` from the response with the `200` status
  - removed the required property `additionalProperties/inflectional_form` from the response with the `200` status
  - …15 more
- **2025-03-02** `d8b6a60f88af` — 1 info
  - api operation id `get_user_dict_words_user_dict_get` removed and replaced with `get_user_dict_words`
- **2024-07-20** `eb97301b5bb3` — 1 info
  - response property `additionalProperties/mora_count` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`

[Full 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-service-production.skmtc.workers.dev/v1/apis/aivis-project/aivisspeech-engine/revisions/1d935a3e31b8/schema)
