Name of API: Number Detector
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
Number Detector finds the number of the word you have entered (singular or plural).
Type of Method: Get
Version: 1.0.0
URI:
- http://store.apicultur.com/api/numero/1.0.0
- https://store.apicultur.com/api/numero/1.0.0
Last Updated: October 2012
Example of Entry
http://store.apicultur.com/api/numero/1.0.0/{palabra}
http://store.apicultur.com/api/numero/1.0.0/casa
Example of Result
<palabraDescripcionBean>
<descripcion>Singular</descripcion>
</palabraDescripcionBean>
Entry Parameters
Parameter
Name | palabra |
Type | String |
Description | The word that we want to use to find the number |
Example | casa |
Results
The result is the command <palabraDescripcionBean> which is formed by:
<descripcion>
Name | <descripcion> |
Type | String |
Description | Determines if the word entered is singular or plural |
Values | singular;plural |
Example | <descripcion>singular</descripcion> |