---
title: "Get supported locales"
method: GET
path: "/meta/supported-locales"
tags: ["Meta"]
---

# Get supported locales

`GET /meta/supported-locales`

This endpoint lists the locales which are supported by the platform.

A shopfront visitor may select a locale from this list to change the language of the shopfront,
and one of these locales may be stored against a `Customer` or `Site`'s `preferred_locale`.

## Response `200`

A list of the platform's supported locales

- object — Single-item envelope mixin. `allOf` this into any show response that wraps its `data` payload in an outer object; the concrete schema (e.g. `ShowUser`) adds its own `data` property with the appropriate `$ref` and keeps its own title so the SDK surface is unchanged.
  - `data` SupportedLocale[], required
    - `code` string, required — The locale code
    - `name` string, required — The locale name, in the language of the locale
    - `emoji` string, required — An emoji representing the locale

## Other responses

- `401` — The user is unauthenticated

---

[API](https://skmtc.dev/try/apis/trybe-api.md) · [All operations](https://skmtc.dev/try/apis/trybe-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/try/trybe-api/revisions/f37f92702da5/schema)
