[edit] translate
This API call is currently not available publicly.
Turn nTags code into HTML. Good for allowing preview of posts, comments, PMs.
For standard use, use the "for" parameter to differentiate between forum translation, PM translation, comments translation, blog translation.
- URL: http://api.neoseeker.com/ntags/translate.json
- Formats: json
- Method(s): POST,GET
- Params: string,for,allow_HTML('Y','N'),allow_markup('Y','N'),disablesmileys('Y','N')
- Returns: the translated string.
Example requests:
http://api.neoseeker.com/ntags/translate.json?string=hello%20%27%27%27bold%27%27%27&for=pm&dev_token=YOUR_DEV_TOKEN
json
"hello <strong>bold</strong>"



