Fetch the dictionary meaning of a word
GET
/transform/word/from/{from_lang}/to/{to_lang}/{word}/{provider}
Transform
it in the target language.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://wikimedia.org/api/rest_v1/transform/word/from//to///'
Response Response Example
200 - Example 1
{
"source": "string",
"translations": [
{
"info": "string",
"phrase": "string",
"sources": "string"
}
]
}
Request
Path Params
from_lang
string
required
to_lang
string
required
word
string
required
provider
string
required
Responses
Modified at 2023-08-15 06:49:12