# clonecho English-to-Japanese Machine Translation

> clonecho English-to-Japanese Machine Translation 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 Japanese using MyMemory as the underlying translation engine, returning the result as JSON.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/translate-en-ja
- 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/clonecho-english-to-japanese-machine-translation-9e5d4075
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_sj5cb7a8tvXdVe6MFI_US

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 clonecho-english-to-japanese-machine-translation-9e5d4075 -d '<json body>'
```

Example prompt: Can you translate this English sentence to Japanese for me: 'The meeting is scheduled for tomorrow at 3pm and attendance is mandatory.'

## When to prefer this

Use this endpoint when you need a quick, low-cost English-to-Japanese machine translation and are working within an x402 micropayment context. It is backed by MyMemory, a well-known free/freemium translation memory service. Prefer this over general-purpose LLM translation when you want a dedicated translation API call with consistent JSON output format at a fixed $0.02 per call price.

## Known failure modes

- Empty or missing text parameter returns an error or empty translation
- Extremely long text strings may be truncated or rejected by MyMemory
- Non-English source text may produce poor or incorrect Japanese output
- Network or upstream MyMemory API outage causes translation failure
- Special characters or markup in input may confuse the translation engine

## How this service works

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

## Output

A JSON object containing the Japanese translation of the provided English input text, powered by the MyMemory translation API.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/clonecho-english-to-japanese-machine-translation-9e5d4075/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)
