---
title: "GET /v1/lexicons"
method: GET
path: "/v1/lexicons"
---

# GET /v1/lexicons

`GET /v1/lexicons`

Returns a list of pronunciation lexicons stored in an Amazon Web Services Region. For more information, see <a href="https://docs.aws.amazon.com/polly/latest/dg/managing-lexicons.html">Managing Lexicons</a>.

## Query parameters

- `NextToken` string

## Response `200`

Success

- ListLexiconsOutput
  - `Lexicons` LexiconDescription[] — A list of lexicon names and attributes.
    - `Name` string — Name of the lexicon.
    - `Attributes` object — Provides lexicon metadata.
      - `Alphabet` string — Phonetic alphabet used in the lexicon. Valid values are <code>ipa</code> and <code>x-sampa</code>.
      - `LanguageCode` 'arb' | 'cmn-CN' | 'cy-GB' | 'da-DK' | 'de-DE' | 'en-AU' | 'en-GB' | 'en-GB-WLS' | 'en-IN' | 'en-US' | 'es-ES' | 'es-MX' | 'es-US' | 'fr-CA' | 'fr-FR' | 'is-IS' | 'it-IT' | 'ja-JP' | 'hi-IN' | 'ko-KR' | 'nb-NO' | 'nl-NL' | 'pl-PL' | 'pt-BR' | 'pt-PT' | 'ro-RO' | 'ru-RU' | 'sv-SE' | 'tr-TR' | 'en-NZ' | 'en-ZA' | 'ca-ES' | 'de-AT' | 'yue-CN' | 'ar-AE' | 'fi-FI' — Language code that the lexicon applies to. A lexicon with a language code such as "en" would be applied to all English languages (en-GB, en-US, en-AUS, en-WLS, and so on.
      - `LastModified` string, date-time — Date lexicon was last modified (a timestamp value).
      - `LexiconArn` string — Amazon Resource Name (ARN) of the lexicon.
      - `LexemesCount` integer — Number of lexemes in the lexicon.
      - `Size` integer — Total size of the lexicon, in characters.
  - `NextToken` string — The pagination token to use in the next request to continue the listing of lexicons. <code>NextToken</code> is returned only if the response is truncated.

## Other responses

- `480` — InvalidNextTokenException
- `481` — ServiceFailureException

---

[API](https://skmtc.net/aws/apis/polly.md) · [All operations](https://skmtc.net/aws/apis/polly/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/polly/versions/0cd8445cb96a/schema)
