---
title: "GET /localization/locales/{id}"
method: GET
path: "/localization/locales/{id}"
tags: ["Localization"]
---

# GET /localization/locales/{id}

`GET /localization/locales/{id}`

Gets a Locale object given its `id`

## Path parameters

- `id` string, required

## Response `200`

- LocalizationLocale — Represents a particular Locale object `id` -- id of the Locale `name` -- name of the Locale `local_name` -- local_name of the Locale `auto_translation` -- if this Locale is auto translated `stats` -- object containing stats about amount of translations for this Locale `marketplaces` -- list of marketplaces this Locale is supported by
  - `id` string
  - `name` string
  - `local_name` string
  - `auto_translation` boolean
  - `stats` LocalizationLocaleStats — Represents amount of translations for the locale `translations` -- amount of translations for the Locale
    - `translations` integer
    - `pim_translations` integer
  - `marketplaces` LocalizationMarketplace[], required
    - `id` string
    - `name` string, required
    - `icon` string, nullable

## Other responses

- `400`

---

[API](https://skmtc.net/cloudblue/apis/cloudblue-connect-api.md) · [All operations](https://skmtc.net/cloudblue/apis/cloudblue-connect-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cloudblue/cloudblue-connect-api/versions/54fef191d46c/schema)
