---
title: "Get list of Supported locales with user locus information."
method: GET
path: "/v1/locales"
tags: ["Localization"]
---

# Get list of Supported locales with user locus information.

`GET /v1/locales`

## Query parameters

- `displayValueLocale` string

## Response `200`

OK

- RobloxWebWebAPIModelsApiArrayResponseRobloxLocaleApiSupportedLocaleLocus
  - `data` RobloxLocaleApiSupportedLocaleLocus[]
    - `locale` RobloxLocaleApiSupportedLocale — Model for Supported locale
      - `id` integer — id of supported locale
      - `locale` string — locale of supported locale. Example "en-us"
      - `name` string — Name of supported locale.
      - `nativeName` string — Name of supported locale in native language. Example "English"
      - `language` RobloxLocaleApiLanguage — Model for Language
        - `id` integer — id of language
        - `name` string — name of language
        - `nativeName` string — native name of language
        - `languageCode` string — language code of language
        - `isRightToLeft` boolean — whether or not the language is read right-to-left
    - `isEnabledForFullExperience` boolean — Is locale enabled for full experience
    - `isEnabledForSignupAndLogin` boolean — Is locale enabled for signup and login
    - `isEnabledForInGameUgc` boolean — Is locale enabled for in game ugc

## Other responses

- `403` — Feature is turned off temporary
- `500` — Internal server error

---

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