lukePeavey / quotable

Random Quotes API
MIT License
1.84k stars 221 forks source link

The API is down right now. #220

Open isbell2kjl opened 4 months ago

isbell2kjl commented 4 months ago

I've tried https://downforeveryoneorjustme.com/ and https://www.isitdownrightnow.com/ and both confirm. Thanks for checking.

isbell2kjl commented 4 months ago

Looks like it's fixed. Thanks!

CryptoRhinoGH commented 3 months ago

For everyone having this problem, I was able to fix the issue locally.

Depending on your OS, find your hosts file (linux and mac, available at /etc/hosts

Edit the file (Note you might need sudo/root permissions to edit the file and save).

Try any of the following (add only one of the lines at a time, not all. These are all the ip's service lies on)

3.232.242.170 api.quotable.io 54.91.59.199 api.quotable.io 3.220.57.224 api.quotable.io 3.220.57.224 api.quotable.io

Confirm by going to your browser and heading to https://api.quotable.io/random

Enjoy for the time being! While devs get their stuff back up fixed