TRYNT Wiki Web Service (v2)
The TRYNT Wiki Web Service extracts data from MediaWiki based Wikis. This web service is not a "wikiparse" but rather a data extraction tool. Queries for this web service are two part; a topic search and a subject. If no subject is passed the search value will be used as the subject. If no Wiki URL values are passed this web service defaults to Wikipedia.
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/wiki-api/v2/
Request parameters
| Parameter | Value | Description |
|---|---|---|
| se | string (required) | Search |
| s | string (optional) | Subject |
| ws | string (optional) | Main Wiki URL |
| ews | string (optional) | Edit Wiki URL |
| fo | string (optional) | Format ('xml', 'json' or 'php') |
| f | integer (required) | Force cache refresh |
Sample Request (URL: http://www.trynt.com/wiki-api/v2/):
Click here for the .