Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hosted API on AWS #56

Closed
meetDeveloper opened this issue Feb 17, 2020 · 10 comments
Closed

Hosted API on AWS #56

meetDeveloper opened this issue Feb 17, 2020 · 10 comments

Comments

@meetDeveloper
Copy link
Owner

meetDeveloper commented Feb 17, 2020

I have hosted API on AWS, Kindly shift to API hosted on 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

@victorsmseo
Copy link

The phonetic seems to give weird characters

@meetDeveloper
Copy link
Owner Author

@victorsmseo Can you give example, for which word did you got weird characters?

@victorsmseo
Copy link

https://api.dictionaryapi.dev/api/v1/entries/en/hello
It gives "phonetic": "/həˈl�/"

@meetDeveloper
Copy link
Owner Author

For me it is coming like this, can you hit API with curl and then tell me response.

Screenshot 2020-02-21 at 11 23 31 PM

@victorsmseo
Copy link

I found out that the characters were crashing in Safari. Checked them out in Chrome and works like a charm. Thanks!

@davwheat
Copy link

I didn't realise there was a new endpoint. You might want to add a comment to the old API endpoint warning of future deprecation.

@nealchawn
Copy link

Thanks for your comment I had no idea either !

@meetDeveloper
Copy link
Owner Author

Have included version 2 also,

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

This changes the way API gives output.

@meetDeveloper
Copy link
Owner Author

meetDeveloper commented Jul 27, 2020

Thank you all for using my API and helping it reach this height.

@meetDeveloper
Copy link
Owner Author

@davwheat @nealchawn There is V2 endpoint also now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants