Name of API: Basic Translation
Created by: Molino de Ideas
To use this API you can subscribe to it on the Apicultur Store.
Prices
The price list for the API can be found here: Text.
Instructions
This tool translates the main meanings of the 1000 most basic Spanish words to English, French, German, Italian and Portugese.
Type of Method: Get
Version: 1.0.0
http://store.apicultur.com/api/traduce/1.0.0
https://store.apicultur.com/api/traduce/1.0.0
Last Updated: October 2012
Example of Entry
http://store.apicultur.com/api/traduce/1.0.0/{palabra}/{idioma}
http://store.apicultur.com/api/traduce/1.0.0/ser/en
Example of Result
<listTradMininolLemaBean>
<traduccionLema>
<lema>ser</lema>
<traduccion>be</traduccion>
<similitud>3</similitud>
</traduccionLema>
Entry parameters
Parameter 1
Name | palabra |
Type | String |
Description | The word you want to translate |
Example | agua |
Parameter 2
Name | idioma |
Type | String |
Description | The translated meaning you want to obtain from the word you entered |
Values | en=inglés; de=alemán; fr=francés; pt=portugués; it=italiano |
Example | 2 |
Results
The result is the command <listTradMininolLemaBean> that is formed by:
Name | <traduccionLema> |
Type | Object |
Description | The part that contains the corresponding translation |
Ejemplo |
<lema>ser</lema><traduccion>be</traduccion><similitud>3</similitud> |
The command <traduccionLema> in turn is formed by:
Name | <lema> |
Type | String |
Description | The Spanish lemma of the word entered |
Example |
<lema>ser</lema> |
Name | <similitud> |
Type | Integer |
Description | The level of similarity between the Spanish word and its translation |
Values | 1=igual; 2=parecido; 3=distinto; 4=falso amigo |
Example |
<similitud>3</similitud> |