---
title: "Retrieve a glossary term"
method: GET
path: "/projects/{project_id}/glossary-terms/{term_id}"
tags: ["Glossary"]
---

# Retrieve a glossary term

`GET /projects/{project_id}/glossary-terms/{term_id}`

Retrieves a [Glossary Term](#object-glossary-terms) object.

Requires <code>read_glossary</code> OAuth access scope.

## Path parameters

- `project_id` string, required
- `term_id` integer, required

## Response `200`

OK

- object
  - `data` GlossaryTerms
    - `id` integer — A unique identifier of the glossary term.
    - `term` string — The term added to the glossary.
    - `description` string — Explanation of the term.
    - `caseSensitive` boolean — Indicates whether term is case-sensitive.
    - `translatable` boolean — Indicates whether the term should be translatable or not.
    - `forbidden` boolean — If true, the term must not be used in translations.
    - `translations` object[] — List of translations for the term.
      - `langId` integer — Language ID.
      - `langName` string — Language name.
      - `langIso` string — Language ISO code.
      - `translation` string — Translation of the term.
      - `description` string — Description of the translation.
    - `tags` string[] — List of tags for the term.
    - `projectId` string — Project ID for which the term resides.
    - `createdAt` string — Creation date and time of the term.
    - `updatedAt` string — Last updated date and time of the term.

---

[API](https://skmtc.net/lokalise/apis/default-projects.md) · [All operations](https://skmtc.net/lokalise/apis/default-projects/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lokalise/default-projects/revisions/7bceba421b12/schema)
