Ollang API Reference
Get Memory by ID
Retrieve a single translation memory
GET
Retrieve one translation memory by ID, including its stored translation-unit count.
Authorizations
This endpoint requires API key authentication.- Header name:
X-Api-Key - Header value: Your API key from the Ollang dashboard
Path Parameters
string
required
The translation memory’s unique identifier.
Response
Returns the translation memory object.string
Unique identifier of the translation memory.
string
Human-readable name of the translation memory.
number
Number of translation units stored in the memory.
string
Creation timestamp (ISO 8601).
string
Last update timestamp (ISO 8601).