---
title: "Get list of supported locales sorted by the Native Name property."
method: GET
path: "/v1/locales/supported-locales"
tags: ["Localization", "Metadata"]
---

# Get list of supported locales sorted by the Native Name property.

`GET /v1/locales/supported-locales`

## Response `200`

OK

- RobloxLocaleApiSupportedLocalesResponse — Returns list of supported locales
  - `supportedLocales` RobloxLocaleApiSupportedLocale[] — List of supported locales. Will be empty on error.
    - `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

## 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/958b2b40425d/schema)
