---
title: "Get a manual suggestion"
method: GET
path: "/suggestion/manual/{id}"
tags: ["Suggestion manual terms"]
---

# Get a manual suggestion

`GET /suggestion/manual/{id}`

## Path parameters

- `id` integer, required

## Response `200`

OK

- ManualSuggestionApiModel — Manual suggestion
  - `Id` integer — Id of the manual suggestion
  - `Suggestion` string — The suggestion
  - `CategoryId` integer — Category id of the manual suggestion

## Other responses

- `404` — Manual suggestions not found

---

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