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

# List Available Public Locales

`GET /api/v2/locales/public`

Lists the translation locales that are available to all accounts.

#### Allowed For

* Anyone

## Response `200`

Success response

- LocalesResponse
  - `locales` LocaleObject[]
    - `created_at` string, date-time — The ISO 8601 formatted date-time the locale was created
    - `id` integer — The unique ID of the locale
    - `locale` string — The name of the locale
    - `name` string — The name of the language
    - `updated_at` string, date-time — The ISO 8601 formatted date-time when the locale was last updated
    - `url` string — The URL of the locale record

---

[API](https://skmtc.net/botbrains-io/apis/support-api.md) · [All operations](https://skmtc.net/botbrains-io/apis/support-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/botbrains-io/support-api/versions/d53eac07ba68/schema)
