TRYNT Typo Web Service
The TRYNT Typo Web Service generates typos from a user supplied string. This web service is based upon a modified version of Web Professor's Typo Generator Class. We've expanded the keyboard mappings and optimized the code for speed over readability.
This web service produces four types of typos:
- Wrong keystrokes
- Missing or skipped keystrokes
- Transposition of characters
- Double keystrokes
If you use this free TRYNT API/Web Service you must provide proper attribution to comply with our terms of service.
Request URL
http://www.trynt.com/typo-api/v1/
Request parameters
| Parameter | Value | Description |
|---|---|---|
| w | string (required) | Word |
| t | string (optional) | Type ('wrong', 'missed', 'transposed' or 'double') |
| fo | string (optional) | Format ('xml', 'json' or 'php') |
| f | integer (required) | Force cache refresh |
Sample Request (URL: http://www.trynt.com/typo-api/v1/):