---
title: "Get Translation Glossary"
method: GET
path: "/v1/translation_glossaries/{translation_glossary_id}"
tags: ["Translation Glossaries"]
---

# Get Translation Glossary

`GET /v1/translation_glossaries/{translation_glossary_id}`

Returns a single translation glossary.

## Path parameters

- `translation_glossary_id` string, required

## Response `200`

Successful Response

- TranslationGlossaryRead
  - `locale_id` string, required — The unique identifier of the locale
  - `term` string, required — The glossary term
  - `translation` string, required — The translation of the glossary term
  - `id` string, required — The unique identifier of the glossary

## Other responses

- `422` — Validation Error

---

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