---
title: "Get synonym for given id"
method: GET
path: "/synonym/{id}"
tags: ["Synonym"]
---

# Get synonym for given id

`GET /synonym/{id}`

## Path parameters

- `id` integer, required

## Response `200`

OK

- SynonymApiModel — A synonym
  - `Id` integer — Id of the synonym
  - `SourceTerm` string — Optional source term, if filled it is considered a one way synonym
  - `Terms` string[] — Synonym terms
  - `IsGeneratedByAI` boolean — Indicates whether the synonym is generated by AI
  - `Status` 'Pending' | 'Approved' | 'Rejected' — Indicates the status of the synonym

---

[API](https://skmtc.net/tweakwise/apis/frontend-api.md) · [All operations](https://skmtc.net/tweakwise/apis/frontend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tweakwise/frontend-api/revisions/9bd1e2b3633f/schema)
