Name of API: Lemma Synonyms
Created by: Molino de Ideas
To use this API you can subscribe to it on the Apicultur Store.
Instructions
The Lemma Synonyms method gives you a list of synonyms from the lemmas of the word entered via parameter.
Type of Method: Get
Version: 1.0.0
URI:
http://store.apicultur.com/api/sinonimosporpalabra/1.0.0 https://store.apicultur.com/api/sinonimosporpalabra/1.0.0
Last Updated: October 2012
Example of Entry
http://store.apicultur.com/api/sinonimosporlema/1.0.0/{word}
https://store.apicultur.com/api/sinonimosporlema/1.0.0/{word}
http://store.apicultur.com/api/sinonimosporlema/1.0.0/beso
https://store.apicultur.com/api/sinonimosporlema/1.0.0/beso
Example of Result
[{"lema":"besar","listaPalabra":[{"valor":"acariciar"},{"valor":"besucar"},{"valor":"rozar"},{"valor":"tocar"},{"valor":"besuquear"},{"valor":"achuchar"},{"valor":"sobar"},{"valor":"lamer"}]},{"lema":"beso","listaPalabra":[{"valor":"ósculo"},{"valor":"besuqueo"},{"valor":"carantoña"},{"valor":"mimo"},{"valor":"caricia"},{"valor":"contacto"}]}]
Entry Parameters
Parameter 1
Name | word |
Type | String |
Description | The word you want to use to obtain its synonyms |
Example |
beso |
Results
The result is JSON object that contains:
Name | "lema" |
Type | String |
Description | The lemma of the word entered. |
Name | "listaPalabra" |
Type | Array |
Description | The list of synonyms taken from the command "lema" . |
Name | "valor" |
Type | String |
Description | Resulting synonym |