Cryptarithm
An alphametic is puzzle where a sum is represented with words such that each letter represents a single digit throughout the puzzle - and must have only one solution. While many variations exist my database is (currently) base 10 sums only. ex: LETS+SEE+A=TOTAL :: 9615+566+8=10189
Cryptarithm endpoints
| Method | Endpoint | Description |
|---|---|---|
| Mashape | ||
| GET |
Alphametics shorter than /?smaller={size}&desc={number_of_results} |
Returns a JSON set of alphametics where the puzzle length is shorter than the specified size. |
| GET |
Alphametics longer than /?bigger={size}&asc={number_of_results} |
Returns a JSON set of alphametics where the puzzle length is longer than the specified size. |
| GET |
Alphametics by letters /?letters={letters}&random={number_of_results} |
Returns a JSON set of alphametics which use only the given letters |
| GET |
Alphametics by unique ID /?id={id}&desc={number_of_results} |
Returns a JSON set of alphametics before the supplied ID |
| GET |
Random alphametics /?random={number_of_results} |
Return a JSON set of random alphametics |
| GET |
Alphametics by complexity /?complexity={complexity}&random={number_of_results} |
Returns a JSON set of alphametics that use only {int:complexity} letters |
Cryptarithm pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $1 / month | — |
|
| ULTRA | $5 / month | — |
|
| MEGA | $10 / month | — |
|