---
title: "List Languages"
method: GET
path: "/languages"
tags: ["Language"]
---

# List Languages

`GET /languages`

Retrieves a list of all the languages.

The supported values for language `type` filter are: "all", "specific" or "neutral".\
The "neutral" languages are the generic languages, e.g.: en -> English.\
The "specific" languages are the sub-languages, e.g.: en-150 -> English (Europe), en-us -> English (United States).

## Query parameters

- `languageCodes` string[]
- `type` 'all' | 'specific' | 'neutral'
- `fields` string

## Headers

- `Authorization` string, required
- `X-LC-Tenant` string, required

## Response `200`

- ListLanguagesResponse — A response for the List Languages endpoint.
  - `itemCount` integer, required
  - `items` Language[], required
    - `languageCode` string, required — Language code. ex: "en-US", "de-DE".
    - `englishName` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Human readable name.</div>
    - `direction` string
    - `parentLanguageCode` string
    - `defaultSpecificLanguageCode` string
    - `isNeutral` boolean, nullable

## Other responses

- `400` — Error codes: * “invalid”: Invalid input in the query parameter mentioned in the “name” field on the error response.
- `401` — The user could not be identified.

---

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