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

# GET /localization/locales

`GET /localization/locales`

Lists the Locale objects registered in the system

## Query parameters

- `limit` integer
- `offset` integer
- `auto_translation` boolean
- `id` string
- `local_name` string
- `marketplaces.id` string
- `marketplaces.name` string
- `name` string
- `stats.pim_translations` integer
- `stats.translations` integer

## Response `200`

- LocalizationLocale[]
  - `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/revisions/54fef191d46c/schema)
