Is there some web API to get a list of synonyms from a word?
Trying to do this all front-end, hopefully using JSON with some API.
The closet I have found is using this call
http://en.wiktionary.org/w/api.php?action=parse&format=json&prop=text&callback=?&page=phone
which involves a lot more parsing through than I wish to do. I was hoping there was some EASIER way to get a simple list of synonyms