---
title: "Get available languages for live translations"
method: GET
path: "/ocs/v2.php/apps/spreed/api/{apiVersion}/live-transcription/translation-languages"
tags: ["live_transcription"]
---

# Get available languages for live translations

`GET /ocs/v2.php/apps/spreed/api/{apiVersion}/live-transcription/translation-languages`

The returned array provides a list of origin languages ("originLanguages") and a list of target languages ("targetLanguages"). Any origin language can be translated to any target language.
The origin language list can contain "detect_language" as a special value indicating auto-detection support.
translations are not supported.

## Path parameters

- `apiVersion` 'v1', required

## Headers

- `OCS-APIRequest` boolean, required

## Response `200`

Available languages got successfully

- object
  - `ocs` object, required
    - `meta` OCSMeta, required
      - `status` string, required
      - `statuscode` integer, required
      - `message` string
      - `totalitems` string
      - `itemsperpage` string
    - `data` object, required
      - `originLanguages` object, required
      - `targetLanguages` object, required
      - `defaultTargetLanguageId` string, required

## Other responses

- `400` — The external app "live_transcription" is not available or

## Changes

- **2026-01-15** `0fdcfb70d8c1` — 1 info
  - endpoint added
- **2026-01-15** `340d639dc432` — 1 breaking
  - api path removed without deprecation
- **2026-01-13** `6d3ddbf7d119` — 1 info
  - added the required property `ocs/data/defaultTargetLanguageId` to the response with the `200` status
- **2026-01-08** `a9e2f30bec7d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/nextcloud/apis/spreed-full/changes/ocs/v2.php/apps/spreed/api/:apiVersion/live-transcription/translation-languages/get.md)

---

[API](https://skmtc.dev/nextcloud/apis/spreed-full.md) · [All operations](https://skmtc.dev/nextcloud/apis/spreed-full/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nextcloud/spreed-full/revisions/41d6458d6d6e/schema)
