---
title: "Get pronunciation dictionaries"
method: GET
path: "/waves/v1/pronunciation-dicts"
---

# Get pronunciation dictionaries

`GET /waves/v1/pronunciation-dicts`

Retrieve all pronunciation dictionaries for the authenticated user

## Response `200`

List of pronunciation dictionaries

- PronunciationDict[]
  - `id` string, required — Unique identifier for the pronunciation dictionary
  - `items` PronunciationItem[], required — List of word-pronunciation pairs
    - `word` string, required — The word to be pronounced
    - `pronunciation` string, required — The phonetic pronunciation of the word
  - `createdAt` string, date-time, required — Timestamp when the dictionary was created

## Other responses

- `401` — Unauthorized - Invalid or missing authentication
- `500` — Internal server error

## Changes

- **2026-03-14** `0cb9266abb2a` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/smallest-inc/apis/waves-api/changes/waves/v1/pronunciation-dicts/get.md)

---

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