I use the Google Dictionary API and get it using this URL:
http://www.google.com/dictionary/json?callback=a&q= 'test' & sl = en & tl = en & restrict = pr, de & client = te
However, this URL is now causing an error.
Then I found this site: http://google-dictionary.so8848.com/meaning?word=test , and it works fine. Digging around my site, I found the same url as mine in my code. However, an error also occurs when copying and pasting into the browser.
So, I believe that somehow this site can still access this Google API, although I don’t know which url to try and / or if someone has a suggestion for another API dictionary.
source
share