Retrieve a translation memory
Learn how to fetch a single translation memory’s languages, segment count, and timestamps by its ID.
404 Not Found rather than 403 Forbidden, so a 404 does not confirm that the ID is unused.Authorizations
Authentication with Authorization header and DeepL-Auth-Key authentication scheme. Example: DeepL-Auth-Key <api-key>
Path Parameters
The ID of the translation memory to retrieve. A unique ID assigned to a translation memory.
"a74d88fb-ed2a-4943-a664-a4512398b994"
Response
Returns the translation memory.
A unique ID assigned to a translation memory.
"a74d88fb-ed2a-4943-a664-a4512398b994"
Name associated with the translation memory.
"Legal"
The source language of the translation memory.
de, en, es, fr, it, ja, ko, zh "en"
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.
de, en, en-gb, en-us, es, es-419, fr, it, ja, ko, zh, zh-hans The number of segments stored in the translation memory.
34
The creation time of the translation memory in the ISO 8601-1:2019 format (e.g.: 2021-08-03T14:16:18.329Z).
"2026-04-01T16:34:25.223Z"
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).
"2026-04-01T16:34:25.264Z"