v5

latestOpenAPI 3.0.1raw.githubusercontent.com2026-07-2141116.4 KB

Get pronunciation dictionaries

Retrieve all pronunciation dictionaries for the authenticated user

get/waves/v1/pronunciation-dicts

Response

List of pronunciation dictionaries

idstring required

Unique identifier for the pronunciation dictionary

createdAtstring date-time required

Timestamp when the dictionary was created

Example response

[
  {
    "id": "64f1234567890abcdef12345",
    "items": [
      {
        "word": "mysql",
        "pronunciation": "my-sequel"
      }
    ],
    "createdAt": "2023-09-01T12:00:00.000Z"
  }
]
All 4 operations