---
title: "Download translatable component variables"
method: GET
path: "/v1/components/{component_id}/translatable.{format}"
tags: ["Components"]
---

# Download translatable component variables

`GET /v1/components/{component_id}/translatable.{format}`

Downloads the translatable variable values for the specified component for localisation.

## Path parameters

- `component_id` string, required
- `format` string, required

## Query parameters

- `filename` string
- `exclude_disabled_creatives` boolean
- `having_any_tags` string, nullable
- `having_all_tags` string, nullable
- `exclude_having_any_tags` string, nullable
- `exclude_having_all_tags` string, nullable
- `exclude_inheriting` boolean
- `enabled_variants_only` boolean

## Headers

- `Content-Type` string

## Response `200`

Translatable component variable values in the requested format.

- BatchComponentVariableValues[]
  - `absolute_name` string
  - `display_name` string
  - `name` string
  - `type` 'ADMIN_ICON' | 'AUDIENCE_ID' | 'AUDIENCE_ID_LIST' | 'BOOLEAN' | 'BROWSER_SIDE_JAVASCRIPT' | 'CLIENT_DOMAIN_ID_LIST' | 'CLIENT_KEY' | 'CLIENT_KEY_FLOW' | 'COLOR' | 'COMPONENT_ID' | 'COMPONENT_SETTING_LOOKUP' | 'CSS' | 'DELAY' | 'DELAY_LIST' | 'ENUM' | 'ENUM_LIST' | 'EXTOLE_CLIENT_KEY' | 'FONT' | 'GLOB_COMPONENT_PATH' | 'HTML' | 'IMAGE' | 'INTEGER' | 'INTEGER_LIST' | 'JSON' | 'MULTI_SOCKET' | 'PARTNER_ENUM' | 'PARTNER_ENUM_LIST' | 'PERSON_KEY_NAME' | 'REWARD_SUPPLIER_ID' | 'REWARD_SUPPLIER_ID_LIST' | 'SOCKET' | 'STRING' | 'STRING_LIST' | 'STRING_MAP' | 'URL' | 'WEBHOOK_ID'

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `402` — Payment Required
- `403` — Forbidden
- `415` — Unsupported Media Type
- `429` — Too Many Requests

---

[API](https://skmtc.net/extole/apis/integration-api-server-to-extole.md) · [All operations](https://skmtc.net/extole/apis/integration-api-server-to-extole/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extole/integration-api-server-to-extole/revisions/c16e62e66755/schema)
