---
title: "Retrieve supported languages"
method: GET
path: "/v2/languages"
tags: ["Languages"]
---

# Retrieve supported languages

`GET /v2/languages`

Get a list of supported languages.

## Response `200`

An object listing supported languages and their corresponding locales.

- object
  - `source_to_target` object — A two-dimensional object in which the first key is an ISO 639-1 language code indicating the source, and the second key is an ISO 639-1 language code indicating the target.
  - `code_to_name` object — An object in which the key is an ISO 639-1 language code, and the value is the language name.

## Other responses

- `401` — Unauthorized
- `default` — Unexpected error

---

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