---
title: "Get Language List"
method: GET
path: "/api/open/v3/language/list"
tags: ["Video Translation"]
---

# Get Language List

`GET /api/open/v3/language/list`

Retrieve supported languages for video translation

## Response `200`

Language list retrieved successfully

- object
  - `code` integer, required — Interface returns business status code (1000: success)
  - `msg` string, required — Interface returns status information
  - `data` LanguageListResponse
    - `lang_list` LanguageItem[] — Array of supported languages
      - `lang_name` string — Language display name (e.g., "Afrikaans (South Africa)")
      - `lang_code` string — Language code identifier (e.g., "af-ZA")
      - `url` string — Language flag icon URL

---

[API](https://skmtc.dev/akool/apis/face-detection-api.md) · [All operations](https://skmtc.dev/akool/apis/face-detection-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/akool/face-detection-api/revisions/ce2ff5679949/schema)
