---
title: "List locales"
method: GET
path: "/locales-api/v2/dictionary/locales"
tags: ["Locales"]
---

# List locales

`GET /locales-api/v2/dictionary/locales`

The list of available locales within Smartling.

To find out the `localedID` for a specific project, refer to [Get project
details](/#operation/getProjectDetails).

## Query parameters

- `localeIds` string[]
- `supportedOnly` boolean

## Response `200`

OK

- LocalesAPISuccessResponse
  - `response` object, required
    - `code` 'SUCCESS', required — Indicates whether the response was successful or what error has occured.
    - `data` object
      - `items` LocaleApiItem[], required
        - `country` object — The country that makes up the locale. Not all locales have a country specified.
          - `countryId` string — The identifier of the country.
          - `description` string — The name of the country.
        - `description` string, required — The name of the locale.
        - `mtSupported` boolean, required — Smartling MT Hub can translate into this locale.
        - `language` object, required — The language that makes up the locale. All locales have a language.
          - `description` string — The name of the language.
          - `direction` 'LTR' | 'RTL'
          - `languageId` string — The identifier of the language.
          - `wordDelimiter` 'SPACE' | 'CHARACTER'
        - `direction` 'RTL' | 'LTR'
        - `localeId` string, required — The identifier for the locale. Locales are defined as a unique combination of language and country pairs.
      - `totalCount` integer, required — The total number of locales matching the request

## Other responses

- `400` — Provided request parameters are invalid.
- `401` — Provided credentials are not valid.
- `429` — Too many simultaneous API requests.
- `500` — Unexpected error

---

[API](https://skmtc.net/smartling/apis/smartling-rest-api-reference.md) · [All operations](https://skmtc.net/smartling/apis/smartling-rest-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartling/smartling-rest-api-reference/revisions/2a73d11e9b98/schema)
