Since the Google Dictionary API is deprecated (like the following)
http:
and has been replaced by a definition (for example, the following)
https://www.google.com/
Does anyone know how to use / call the Google define APIs in java?
Here is a chrome extension that does similar.
https://chrome.google.com/webstore/detail/google-dictionary-by-goog/mgijmajocgfcbeboacabfgobmjgjcoja
Alternatively, are there any open source APIs? I found Oxford (OED), Cambridge, Merriam-Webster, Wordnik APIs that provide APIs in subscription models.
Also found is Wordnet 3.1, which is pretty old. Not sure if it is being updated or not.
source share