---
title: "Get Metadata For A Pronunciation Dictionary"
method: GET
path: "/v1/pronunciation-dictionaries/{pronunciation_dictionary_id}"
tags: ["Pronunciation Dictionary"]
---

# Get Metadata For A Pronunciation Dictionary

`GET /v1/pronunciation-dictionaries/{pronunciation_dictionary_id}`

Get metadata for a pronunciation dictionary

## Path parameters

- `pronunciation_dictionary_id` string, required — The id of the pronunciation dictionary

## Headers

- `xi-api-key` string, nullable — Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.

## Response `200`

Successful Response

- GetPronunciationDictionaryWithRulesResponseModel
  - `id` string, required — The ID of the pronunciation dictionary.
  - `latest_version_id` string, required — The ID of the latest version of the pronunciation dictionary.
  - `latest_version_rules_num` integer, required — The number of rules in the latest version of the pronunciation dictionary.
  - `name` string, required — The name of the pronunciation dictionary.
  - `permission_on_resource` 'admin' | 'editor' | 'commenter' | 'viewer', nullable, required — The permission on the resource of the pronunciation dictionary.
  - `created_by` string, required — The user ID of the creator of the pronunciation dictionary.
  - `creation_time_unix` integer, required — The creation time of the pronunciation dictionary in Unix timestamp.
  - `archived_time_unix` integer, nullable — The archive time of the pronunciation dictionary in Unix timestamp.
  - `description` string, nullable — The description of the pronunciation dictionary.
  - `rules` union[], required — The rules in the latest version of the pronunciation dictionary.
    - union
      - PronunciationDictionaryAliasRuleResponseModel
        - `string_to_replace` string, required
        - `case_sensitive` boolean — Whether the rule matches case-sensitively.
        - `word_boundaries` boolean — Whether the rule only matches at word boundaries.
        - `type` 'alias', required
        - `alias` string, required
      - PronunciationDictionaryPhonemeRuleResponseModel
        - `string_to_replace` string, required
        - `case_sensitive` boolean — Whether the rule matches case-sensitively.
        - `word_boundaries` boolean — Whether the rule only matches at word boundaries.
        - `type` 'phoneme', required
        - `phoneme` string, required
        - `alphabet` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/elevenlabs/apis/elevenlabs-api-documentation.md) · [All operations](https://skmtc.net/elevenlabs/apis/elevenlabs-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elevenlabs/elevenlabs-api-documentation/revisions/6c2d6eb4a7e6/schema)
