---
title: "List TQE Language Pair Dimension"
method: GET
path: "/tqe/language-pairs"
tags: ["Translation Quality Evaluation Data Set"]
---

# List TQE Language Pair Dimension

`GET /tqe/language-pairs`

Retrieves the language pair dimension present in the Translation Quality Evaluation(TQE) dataset.

## Query parameters

- `$filter` string
- `$top` integer
- `$skip` integer
- `$count` boolean

## Headers

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

## Response `200`

- object
  - `itemCount` integer
  - `items` DimLanguagePair[]
    - `internalId` integer — A unique internal identifier for the language pair.
    - `sourceLanguageCode` string — The ISO code representing the source language.
    - `sourceEnglishName` string — The English name of the source language.
    - `sourceParentLanguageCode` string — The ISO code of the parent language for the source language, if applicable.
    - `targetLanguageCode` string — The ISO code representing the target language.
    - `targetEnglishName` string — The English name of the target language.
    - `targetParentLanguageCode` string — The code of the parent language for the target language, if applicable.

## Other responses

- `400` — Bad Request. The request could not be understood by the server. Check error message and details to further understand the cause.
- `401` — Unauthorized request. The user could not be identified.
- `403` — Forbidden request. The user does not have the necessary permissions for the resource.

---

[API](https://skmtc.net/rws/apis/trados-data-bridge-api.md) · [All operations](https://skmtc.net/rws/apis/trados-data-bridge-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rws/trados-data-bridge-api/versions/823ba45e799c/schema)
