# English to German Machine Translation via MyMemory

> English to German Machine Translation via MyMemory is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status down (last checked 2026-09-15).

Translates English text to German using the MyMemory translation engine, returning the translated text as JSON.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/translate-en-de
- Price: $0.02/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/english-to-german-machine-translation-via-mymemory-8948cdb7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_egDOSROJDaabBfeYnCz0o

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability english-to-german-machine-translation-via-mymemory-8948cdb7 -d '<json body>'
```

Example prompt: Translate this sentence into German using MyMemory: 'The weather today is sunny and warm.'

## When to prefer this

Choose this endpoint when you need a quick, low-cost machine translation from English to German specifically, and do not need advanced neural translation features. Best for straightforward text snippets or short paragraphs. Prefer this over general-purpose translation APIs when a simple REST GET call with a text query param is sufficient and you want per-call USDC micropayment pricing.

## Known failure modes

- Empty or missing 'text' parameter returns an error or empty translation
- Text exceeding MyMemory's character limit may fail or be truncated
- Non-English source text may produce poor or incorrect German output
- MyMemory API rate limits could cause upstream failures
- Network or service unavailability returns a non-200 response

## How this service works

Machine translation of English text to German via MyMemory (param: text). Query: ?text= Returns JSON.

## Output

A JSON object containing the German translation of the submitted English text, powered by the MyMemory translation service.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/english-to-german-machine-translation-via-mymemory-8948cdb7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
