# Translation Memory

### GET  /tm/:id

**Parameters**

* id (string) <mark style="background-color:blue;">required</mark>&#x20;

**Example response**

```json
{ ... }
```

***

### GET  /tm/getall

**Example response**

```json
{ ... }
```

***

### PUT /tm/:id

**Parameters**

* id (string) <mark style="background-color:blue;">required</mark>&#x20;
* translated (string) <mark style="background-color:blue;">required</mark>&#x20;

**Example response**

```json
{ ... }
```

***

### DEL  /tm/:id

**Parameters**

* id (string) <mark style="background-color:blue;">required</mark>&#x20;

**Example response**

```json
{ ... }
```

***

### GET  /tm/search/?text=Hello World\&max\_results=100

**Parameters**

* text (string) <mark style="background-color:blue;">required</mark>&#x20;
* max\_results (string)

**Example response**

```json
{ ... }
```
