Translate Mandarin Chinese (Simplified or Traditional) into clear, natural Ameri
Translate Mandarin Chinese (Simplified or Traditional) into clear, natural American English: plain text by paragraph, or an SRT/WebVTT subtitle file returned in its own format with timings kept. Names, numbers, dates and units are kept exactly; Chinese names are romanized in pinyin. Every paragraph or cue comes back beside its source. Up to 4000 source characters per call.
Answeringour last check, 2026-09-27
1 of 1checks answered this week
28 msmedian answer time
$0.01listed price per call
$0.01price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://market.561.group/v1/translate/zh-en
| Category | Market data |
|---|---|
| Provider host | market.561.group |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 0 from 0 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-27 | valid payment request | 402 | $0.01 | 28 ms |
Example input (from the provider)
{
"body": {
"text": "\u5c0a\u656c\u7684\u5ba2\u6237\uff1a\n\n\u8d35\u516c\u53f8\u7684\u533b\u7597\u5668\u68b0\u6ce8\u518c\u5c06\u4e8e12\u670831\u65e5\u5230\u671f\uff0c\u8bf7\u5c3d\u5feb\u63d0\u4f9b\u5e74\u5ea6\u66f4\u65b0\u6240\u9700\u7684\u8d44\u6599\uff0c\u4ee5\u514d\u5f71\u54cd\u4ea7\u54c1\u5728\u7f8e\u56fd\u7684\u6b63\u5e38\u9500\u552e\u3002"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"subtitles": {
"description": "A Mandarin subtitle file, SRT or WebVTT. It comes back in the same format with cue numbers and timings unchanged and only the text translated. At most 4000 source characters.",
"type": "string"
},
"text": {
"description": "Mandarin Chinese text; paragraphs are separated by blank lines. Send this or subtitles, not both. At most 4000 source characters, spaces excluded.",
"type": "string"
}
}
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"format": {
"enum": [
"text",
"srt",
"vtt"
]
},
"kind": {
"const": "mandarin-english-translation/v1"
},
"models": {
"items": {
"type": "string"
},
"type": "array"
},
"module": {
"type": "string"
},
"segments": {
"description": "Each paragraph or cue's Mandarin source beside its English, for line-by-line checking.",
"items": {
"properties": {
"source": {
"type": "string"
},
"target": {
"type": "string"
}
},
"required": [
"source",
"target"
],
"type": "object"
},
"type": "array"
},
"translation": {
"description": "The English, in the request's own form: text, or a subtitle file in the source's format.",
"type": "string"
}
},
"required": [
"kind",
"module",
"format",
"models",
"translation",
"segments"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}