Google dictionary API not working - is there any other solution?

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.

+5
source share
1 answer

This service is no longer free, it is still the same API, but you need to pay so that you can use it on your website or application. it’s better to use an alternative solution, for example

http://glosbe.com/a-api

+3
source

Source: https://habr.com/ru/post/1531193/


All Articles