---
title: "Gets a single interpreter."
method: GET
path: "/voice/interpreters/{id}"
tags: ["voice"]
---

# Gets a single interpreter.

`GET /voice/interpreters/{id}`

## Path parameters

- `id` string, required

## Headers

- `Accept-Language` string

## Response `200`

OK

- HumanLanguageInterpreterDTO[]
  - `id` string
  - `label` string
  - `locales` string[]

## Other responses

- `404` — Interpreter not found

---

[API](https://skmtc.net/openhab/apis/openhab-rest-api.md) · [All operations](https://skmtc.net/openhab/apis/openhab-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openhab/openhab-rest-api/revisions/0f2ce17cab3e/schema)
