---
title: "Get specification value translation"
method: GET
path: "/api/catalog/pvt/specificationvalue/{valueId}/language/{locale}"
tags: ["Multi-language specification"]
---

# Get specification value translation

`GET /api/catalog/pvt/specificationvalue/{valueId}/language/{locale}`

Retrieves language-specific information for a specification value by its ID.

> ℹ️ Learn more in the [Catalog multi-language integration guide](https://developers.vtex.com/docs/guides/catalog-multi-language-integration-guide).

## Permissions

Any user or [application key](https://developers.vtex.com/docs/guides/api-authentication-using-application-keys) must have at least one of the appropriate [License Manager resources](https://help.vtex.com/en/tutorial/license-manager-resources--3q6ztrC8YynQf6rdc6euk3) to be able to successfully run this request. Otherwise they will receive a status code `403` error. These are the applicable resources for this endpoint:

| **Product** | **Category** | **Resource** |
| - | - | - |
| Catalog | Content | Categories Management |

## Path parameters

- `valueId` integer, required
- `locale` string, required

## Headers

- `Content-Type` string, required
- `Accept` string, required

## Response `200`

OK

- object[]
  - `Id` integer — Unique identifier of the specification value.
  - `Locale` string — The locale code for this translation. It follows the IETF BCP 47 standard, such as 'en-US' for English (United States), 'en-ES' for Spanish (Spain), or 'pt-BR' for Portuguese (Brazil).
  - `Name` string — Translated name of the specification value.
  - `IsCustomValue` boolean, nullable — Indicates wether the value is a customization (`true`) or not (`false`).

## Other responses

- `404` — Not Found

## Changes

- **2026-08-12** `175ac712add1` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/vtex/apis/catalog-api/changes/api/catalog/pvt/specificationvalue/:valueId/language/:locale/get.md)

---

[API](https://skmtc.dev/vtex/apis/catalog-api.md) · [All operations](https://skmtc.dev/vtex/apis/catalog-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vtex/catalog-api/revisions/ba9fbd1b771f/schema)
