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.57k stars 259 forks source link

Finding this API has a high latency #52

Closed tejeshreddy closed 4 years ago

tejeshreddy commented 4 years ago

Taking a lot of time to return a response

meetDeveloper commented 4 years ago

@tejeshreddy Will move to different plan soon.

meetDeveloper commented 4 years ago

I have hosted API on AWS now, it won't have stability issues now.

This is the homepage. https://dictionaryapi.dev.

Way to query API has been changed a little:

Usage : The basic syntax of a URL request to the API is shown below:

https://api.dictionaryapi.dev/api/v1/entries/<--language_code-->/<--word-->

As an example, to get definition of English word hello, you can send request to

https://api.dictionaryapi.dev/api/v1/entries/en/hello

tejeshreddy commented 4 years ago

Thanks @meetDeveloper, that was really helpful.

meetDeveloper commented 4 years ago

Shall I Close the issue?

tejeshreddy commented 4 years ago

Yes