Name of API: Synonyms of Expressions
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 service gives you the synonyms of idiomatic expressions, each of which have been given an identification number. It also provides its definition, its frequency of use, its level of dificulty and an example of it in use.
Type of Method: Get
Version: 1.0.0
URI:
http://store.apicultur.com/api/refranessinonimos/1.0.0
https://store.apicultur.com/api/refranessinonimos/1.0.0
Last Updated: October 2012
Example of Entry
http://store.apicultur.com/api/refranessinonimos/1.0.0/{id}
http://store.apicultur.com/api/refranessinonimos/1.0.0/74
Example of Result
<listaRefranBean>
<refran>
<id>51</id>
<oracionProverbial>de noche todos los gatos son pardos</oracionProverbial>
<significado>En algunas situaciones, como por la noche, es difícil distinguir si algo es bueno o malo.</significado>
<ejemplo>Cuando vayas por ese barrio no te fÍes de nadie, que de noche todos los gatos son pardos.</ejemplo>
<frecuencia>0</frecuencia>
<nivel>0.121951210421452</nivel>
<dificultad>Nativo</dificultad>
</refran>
…
</listaRefranBean>
Entry Parameters
Name | ID |
Type | Integer |
Description | Identification number of the expression we want to use to derive synonyms |
Example |
74 |
Result
The result is the command <listaRefranBean> which in turn contains:
Name | <refran> |
Type | Object |
Description | The part that contains information on the synonym of the expression previously entered in the form of its ID number. There will be as many commands <refran> as synonymous expressions that correspond to the original expression. |
Example |
<refran><id>51</id><oracionProverbial>de noche todos los gatos son pardos </oracionProverbial><significado>En algunas situaciones, como por la noche, es difícil distinguir si algo es bueno o malo.</significado><ejemplo>Cuando vayas por ese barrio no te fíes de nadie, que de noche todos los gatos son pardos.</ejemplo><frecuencia>0</frecuencia><nivel>0.121951210421452</nivel><dificultad>Nativo</dificultad></refran> |
The command <refran> in turn contains:
Name | <id> |
Type | Integer |
Description | Identifies the expression provided |
Example |
<id>51</id> |
Name | <oracionProverbial> |
Type | String |
Description | The synonym of the expression |
Example |
<oracionProverbial>de noche todos los gatos son pardos </oracionProverbial> |
Name | <significado> |
Type | String |
Description | Definition of the synonym |
Example |
<significado>En algunas situaciones, como por la noche, es difícil distinguir si algo es bueno o malo.</significado> |
Name | <ejemplo> |
Type | String |
Description | Example of how the synonymous expression in used |
Example |
<ejemplo>Cuando vayas por ese barrio no te fíes de nadie, que de noche todos los gatos son pardos.</ejemplo> |
Name | <frecuencia> |
Type | Integer |
Description | How often the expression is used. |
Example |
<frecuencia>0</frecuencia> |
Name | <nivel> |
Type | Double |
Description | Nivel |
Example |
<nivel>0.121951210421452</nivel> |
Name | <dificultad> |
Type | String |
Description | The expression’s level of difficulty (according to levels of learning) |
Example |
<dificultad>Nativo</dificultad> |