Ollang API Reference
List Memories
Retrieve all translation memories on your account
GET
Retrieve every translation memory owned by your API key’s account. Ids from this list can be passed as
selectedMemories when creating an order, or used with the memory management endpoints for updates, deletes, and imports.
Authorizations
This endpoint requires API key authentication.- Header name:
X-Api-Key - Header value: Your API key from the Ollang dashboard
Response
Returns an array of translation memory objects.string
Unique identifier of the translation memory.
string
Human-readable name of the translation memory.
number
Number of translation units stored in the memory. A memory can hold several
language pairs; matches are resolved per target language at translation time.
string
Creation timestamp (ISO 8601).
string
Last update timestamp (ISO 8601).