Machine-translate content
POST
/transform/html/from/{from_lang}/to/{to_lang}
Transform
to the destination language.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://wikimedia.org/api/rest_v1/transform/html/from//to/' \
--data-urlencode 'html='
Response Response Example
200 - Example 1
{
"contents": "string"
}
Request
Path Params
from_lang
string
required
to_lang
string
required
Body Params application/x-www-form-urlencoded
html
string
required
Responses
Modified at 2023-08-15 06:49:12