Name of API: Longest Word
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
This tool finds the longest word in a specified text.
Type of Method: Get
Version: 1.0.0
URI:
- http://store.apicultur.com/api/palabralongitudmaxima/1.0.0
- https://store.apicultur.com/api/palabralongitudmaxima/1.0.0
Last Updated: September 2012
Example of Entry
- http://store.apicultur.com/api/palabralongitudmaxima/1.0.0/un día espléndido
- https://store.apicultur.com/api/palabralongitudmaxima/1.0.0/un día espléndido
Example of Result
<StringBean>
<valor>espléndido</valor>
</StringBean>
Entry Parameters
Parameter 1
Name | Texto |
Type | String |
Description | The text that we want to analyse |
Example | un día espléndido |
Results
The result is the command <StringBean> which is formed by:
Name | <valor> |
Type | String |
Description | The longest word in the textPalabra del texto más larga |
Values | palabra |
Example | espléndido |