---
title: "Get suggestions"
method: GET
path: "/synonym/suggestions"
tags: ["Synonym"]
---

# Get suggestions

`GET /synonym/suggestions`

Get suggestions of synonyms based on the provided words. Each of the provided words should be a synonym of one another. So, for example, sending both "couch" and "sofa" would be correct, while sending both "plane" and "laptop" would be incorrect.

## Query parameters

- `words` string[]

## Response `200`

OK

- SynonymsSuggestionsResponseModel — The response of the endpoint which gets synonym suggestions for words.
  - `Suggestions` SynonymSuggestionWordModel[] — A list of suggestions of possible synonyms.
    - `Value` string — The synonym itself.

---

[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)
