Name of API: Finding the Feminine
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
Finding the Feminine gives you the feminine form of the word you have entered.
Type of Method: Get
Version: 1.0.0
URI:
- http://store.apicultur.com/api/feminiza/1.0.0
- https://store.apicultur.com/api/feminiza/1.0.0
Last Updated: October 2012
Example of Entry
http://store.apicultur.com/api/feminiza/1.0.0/{palabra}
https://store.apicultur.com/api/feminiza/1.0.0/{palabra}
https://store.apicultur.com/api/feminiza/1.0.0/castaño
https://store.apicultur.com/api/feminiza/1.0.0/antiguo
Example of Result
<palabraErrorBean>
<palabra>castaña</palabra>
<error>0</error>
</palabraErrorBean>
<palabraErrorBean>
<palabra>antigua</palabra>
<error>0</error>
</palabraErrorBean>
Entry Parameter
Parameter 1
Name | palabra |
Type | String |
Description | The word that you want to make feminine |
Example | alergia |
Result
The result is the command <palabraErrorBean> which is formed by:
Name | <palabra> |
Type | String |
Description | The feminine form of the word entered |
Example | <palabra>antigua</palabra> |
Name | <error> |
Type | Integer |
Description | A numeric value that indicates whether the word you entered was already feminine |
Values | 0 = No error as the word was not feminine 1 = The word entered was already feminine |
Example | <error>0</error> |