meetDeveloper / freeDictionaryAPI

There was no free Dictionary API on the web when I wanted one for my friend, so I created one.
https://dictionaryapi.dev/
GNU General Public License v3.0
2.59k stars 263 forks source link

"word is not present in Dictionary." #158

Closed m3t3kh4n closed 2 years ago

m3t3kh4n commented 2 years ago

"price is not present in Dictionary." -> API does not working

kamirov commented 2 years ago

@m3t3kh4n guessing you're coming from the NPM package, and installing via npm i google-dictionary-api? If that's the case, the package you get uses lexico.com under the hood, which stopped working as of Aug 21, 2022 or so

m3t3kh4n commented 2 years ago

Yes, I meant this package. Thank you for the clarification!