curl --location --request GET 'https://wikimedia.org/api/rest_v1/transform/word/from//to///'
{
"source": "string",
"translations": [
{
"info": "string",
"phrase": "string",
"sources": "string"
}
]
}