Name of API: Cuaicap
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
This tool allows you to find words which correspond to three specific patterns: the initial letter, the end letter and the number of letters at the end of a word to use to start the next one .
Type of Method: Get
Version: 1.0.0
URI:
- http://store.apicultur.com/api/encadena/1.0.0
- https://store.apicultur.com/api/encadena/1.0.0
Last Updated: October 2012
Example of Entry:
http://store.apicultur.com/api/encadena/1.0.0/{inicio}/{final}/{número de letras}
https://store.apicultur.com/api/encadena/1.0.0/{inicio}/{final}/{número de letras}
http://store.apicultur.com/api/encadena/1.0.0/a/ez/2
https://store.apicultur.com/api/encadena/1.0.0/a/ez/2
https://store.apicultur.com/api/encadena/1.0.0/a/ez/2
Example of Result
<palabraBean>
<palabra>ajedrez</palabra>
</palabraBean>
Entry Parameters
Parameter 1
Name | inicio de palabra |
Type | String |
Description | The letter which we want to use to start the word |
Example | a |
Parameter 2
Name | final de palabra |
Type | String |
Description | The letters that we want to use to finish the word |
Example | ez |
Parameter 3
Name | número de letras |
Type | Integer |
Description | The number of letters from the end of the word that you want to use to start a new one |
Ejemplo | 2 |
Results
The result is the command <palabraBean> which is formed by:
Name | <palabra> |
Type | String |
Description | The word that agrees with the specific requirements |
Example | ajedrez |