---
title: "Gets the set of languages currently supported by other operations of the Translator."
method: GET
path: "/languages"
---

# Gets the set of languages currently supported by other operations of the Translator.

`GET /languages`

Gets the set of languages currently supported by other operations of the Translator.

## Query parameters

- `scope` string
- `api-version` string, required

## Headers

- `X-ClientTraceId` string
- `Accept-Language` string
- `If-None-Match` string

## Response `200`

The request has succeeded.

- GetSupportedLanguagesResult — Response for the languages API.
  - `translation` object — Languages that support translate API.
  - `transliteration` object — Languages that support transliteration API.
  - `dictionary` object — Languages that support dictionary API.

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/azure/apis/translation-texttranslation.md) · [All operations](https://skmtc.net/azure/apis/translation-texttranslation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/translation-texttranslation/versions/6316202fc2bb/schema)
