---
title: "List supported translation languages"
method: GET
path: "/project/translation-languages"
tags: ["Translations"]
---

# List supported translation languages

`GET /project/translation-languages`

Return every language the platform recognises for AI / Crowdin translations.
Each item exposes both the platform code (`code`, e.g. `pt`) and the Crowdin
code (`crowdin_code`, e.g. `pt-PT`) — most APIs accept either form. The
`crowdin_supported` array lists the subset visible in the cabinet translation modal.

## Response `200`

Catalog returned

- object
  - `success` integer
  - `count` integer
  - `languages` object[]
    - `code` string
    - `label` string
    - `crowdin_code` string
  - `crowdin_supported` string[]

---

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