v1

latestOpenAPI 3.0.3LILT Platform Terms and Conditions2026-07-26651658.7 KB
Memories

Query a Memory

Perform a translation memory query.

get/v2/memories/query

Query parameters

idinteger required

A unique Memory identifier.

querystring required

A source query.

ninteger

Maximum number of results to return.

Response

A list of TranslationMemoryEntry objects.

sourcestring

The source string.

targetstring

The target string. Tags will be automatically placed according to the query string.

scoreinteger

The fuzzy match score.

metadataobject

Attributes describing the translation memory entry.

Example response

[
  {
    "source": "The red bus.",
    "target": "Le bus rouge.",
    "score": 100
  }
]