---
title: "Supported Language"
method: GET
path: "/v2/blu_translate/supported_languages"
tags: ["translate"]
---

# Supported Language

`GET /v2/blu_translate/supported_languages`

Get the list of supported languages for the translation tool

## Headers

- `Authorization` string, required

## Response `200`

OK

- InternalTranslateHandlerTranslationSupportedLanguageResponse
  - `created_at` BluenteInternalCourseV2ModelCustomTime
    - `time.Time` string
  - `engine_specific` integer[] — A json array that define only certain engine allowd, if null means avaliable for all,1=iflytek,3=LLM
  - `id` integer
  - `language` string — translation target / source language
  - `name` string
  - `source` integer — Is this language supported as source?
  - `supported` integer — 0=deprecated; 1=still in support
  - `svcCode` string — language code supported by the iflytek
  - `target` integer — Is this language supported as target?
  - `updated_at` BluenteInternalCourseV2ModelCustomTime
    - `time.Time` string

---

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