Name of API: Gender Detector
Created by: Molino de Ideas
To use this API you can subscribe to it on the Apicultur Store.
Price
The price list for the API can be found here: Text.
Instructions
Gender Detector gives you the gender of the word that you have entered (masculine or feminine).
Type of Method: Get
Version: 1.0.0
URI:
- http://store.apicultur.com/api/genero/1.0.0
- https://store.apicultur.com/api/genero/1.0.0
Last Updated: October 2012
Example of Entry
http://store.apicultur.com/api/genero/1.0.0/{palabra}/{categoría}
http://store.apicultur.com/api/genero/1.0.0/avión/4
Example of Result
<palabraDescripcionBean>
<descripcion>Masculino</descripcion>
</palabraDescripcionBean>
Entry Parameters
Parameter 1
Name | palabra |
Type | String |
Description | The word that we want to use to find the gender |
Example | avión |
Parameter 2
Name | categoría |
Type | Integer |
Description | The grammatical category of the word (adjective or noun) |
Values | 1=adjective; 4=noun |
Example | 4 |
Results
The results is the command <palabraDescripcionBean> which is formed by:
<descripcion>
Name | <descripcion> |
Type | String |
Description | Determines the gender of the word entered |
Values | masculino; femenino; invariable |
Ejemplo | <descripcion>masculino</descripcion> |