---
title: "Read Controlled Vocabulary Term Translation"
method: GET
path: "/vocab/terms/{cvtid}/translations/{locale}"
tags: ["Vocabularies"]
---

# Read Controlled Vocabulary Term Translation

`GET /vocab/terms/{cvtid}/translations/{locale}`

Read a controlled vocabulary term translation.  The vocabulary term may be localized into many languages, but the term remains the same. Only one translation allowed per language.

## Path parameters

- `cvtid` string, required
- `locale` string, required

## Headers

- `Accept` 'application/x-fs-v1+json' | 'application/json', required

## Response `200`

The term translation is available.

## Other responses

- `404` — The term or the localized term translation does not exist.

---

[API](https://skmtc.net/familysearch/apis/authentication-endpoints.md) · [All operations](https://skmtc.net/familysearch/apis/authentication-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/familysearch/authentication-endpoints/revisions/2b5020574a62/schema)
