---
title: "Get Content Translations"
method: GET
path: "/v1/portal-content/{contentId}/translations"
tags: ["Portal Content"]
---

# Get Content Translations

`GET /v1/portal-content/{contentId}/translations`

Retrieves all existing translations for a content item.

## Path parameters

- `contentId` string, required

## Headers

- `x-publisher-token` string, required

## Response `200`

Translations retrieved successfully.

- GetContentTranslationsResponse
  - `items` TranslationResponse[] — List of translations for the content item. Each item represents a locale and its translations.
    - `dynamicTranslations` DynamicTranslation[] — A list of translations for dynamic entities you define such as offer and product names.
      - `type` string — Entity type. Values include: 'offer', 'offer_design', 'product', 'section', 'builder', 'ribbon'
      - `externalId` string — The ID as defined in the Publisher Dashboard.
      - `field` string — The entity field the translation applies to. Values include: 'display_name', 'description', 'title', 'text', 'prefix', 'suffix'
      - `locale` string — The locale code. Both ISO-639 language code and ISO-3166 country code formats are supported.
      - `value` string — The translation text for the specified field and locale.
    - `staticTranslations` StaticTranslation[] — A list of translations for static UI elements such as button labels and headers.
      - `key` string — The key identifier for the static translation.
      - `locale` string — The locale code. Both ISO-639 language code and ISO-3166 country code formats are supported.
      - `value` string — The translation value associated with the key and locale.

## Other responses

- `401` — Invalid or missing publisher token.
- `404` — Content not found.
- `500` — Server error.

---

[API](https://skmtc.net/appcharge/apis/grant-award.md) · [All operations](https://skmtc.net/appcharge/apis/grant-award/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/appcharge/grant-award/revisions/b4f6759240d5/schema)
