Skip to main content
GET
Retrieve a translation memory
This returns the translation memory’s metadata, not its contents. To read the stored segments, use List translation memory segments. A translation memory that belongs to another account returns 404 Not Found rather than 403 Forbidden, so a 404 does not confirm that the ID is unused.

Authorizations

Authorization
string
header
default:DeepL-Auth-Key
required

Authentication with Authorization header and DeepL-Auth-Key authentication scheme. Example: DeepL-Auth-Key <api-key>

Path Parameters

translation_memory_id
string<uuid>
required

The ID of the translation memory to retrieve. A unique ID assigned to a translation memory.

Example:

"a74d88fb-ed2a-4943-a664-a4512398b994"

Response

Returns the translation memory.

translation_memory_id
string<uuid>
required

A unique ID assigned to a translation memory.

Example:

"a74d88fb-ed2a-4943-a664-a4512398b994"

name
string
required

Name associated with the translation memory.

Example:

"Legal"

source_language
enum<string>
required

The source language of the translation memory.

Available options:
de,
en,
es,
fr,
it,
ja,
ko,
zh
Example:

"en"

target_languages
enum<string>[]
required

The list of target languages available in the translation memory.

The list of target languages available in the translation memory. A translation memory's target language must be compatible with the target_lang specified in a translation request.

Available options:
de,
en,
en-gb,
en-us,
es,
es-419,
fr,
it,
ja,
ko,
zh,
zh-hans
Example:
segment_count
integer
required

The number of segments stored in the translation memory.

Example:

34

creation_time
string<date-time>

The creation time of the translation memory in the ISO 8601-1:2019 format (e.g.: 2021-08-03T14:16:18.329Z).

Example:

"2026-04-01T16:34:25.223Z"

updated_time
string<date-time>

The time of the last update to the translation memory in the ISO 8601-1:2019 format (e.g.: 2021-08-03T14:16:18.329Z).

Example:

"2026-04-01T16:34:25.264Z"