Lists the tools available for a language pair
GET
/transform/list/pair/{from}/{to}/
Transform
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://wikimedia.org/api/rest_v1/transform/list/pair///'
Response Response Example
200 - Example 1
{
"tools": [
"string"
]
}
Request
Path Params
from
string
required
to
string
required
Responses
Modified at 2023-08-15 06:49:12