---
title: "GET /api/ee/content-translation/dictionary"
method: GET
path: "/api/ee/content-translation/dictionary"
tags: ["/api/ee/content-translation"]
---

# GET /api/ee/content-translation/dictionary

`GET /api/ee/content-translation/dictionary`

Fetch the content translation dictionary for authenticated users (auth-based embedding flows).

## Query parameters

- `locale` string, required

## Response `2XX`

Successful response

- object
  - `data` object[], required
    - `locale` string, required
    - `msgid` string, required
    - `msgstr` string, required

## Other responses

- `4XX` — Client error response
- `5XX` — Server error response

---

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