---
title: "Returns the languages supported for translation"
method: GET
path: "/Languages/Translate"
tags: ["Languages"]
---

# Returns the languages supported for translation

`GET /Languages/Translate`

The Code for a language is used to specify the language when translating responses.

The Name for a language is suitable for display on a user interface.

## Response `200`

OK

- GetLanguagesToTranslateResponse — Response that contains list of languages that are supported by this API.
  - `errorMessage` string, nullable
  - `languages` NaturalLanguage[], nullable — List of supported languages
    - `code` string, nullable — The language code, used to specify the language in API operations.
    - `name` string, nullable — The name of the language suitable for display to the user.

---

[API](https://skmtc.net/voxco/apis/acuity-webapi-1-0.md) · [All operations](https://skmtc.net/voxco/apis/acuity-webapi-1-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/voxco/acuity-webapi-1-0/revisions/2ea4b8555197/schema)
