Weather App API

Is anyone else working with the freeCodeCamp weather API? Did it break today? Working on my app, now my local weather is coming back with Japan instead of Columbus. Can someone else check this and see if they get the proper response?

https://weather-proxy.freecodecamp.rocks/api/current?lon=-83.1053052&lat=40.0876039

Should give lat 40 lon 83, but this morning I’ve been getting:
"coord":{"lon":139,"lat":35}

I’m getting these results even with Firefox, and a AJAX request, so it’s not the app I’m working on causing this.

Nevermind… must have been a hickup in the API, because it just now started working properly again… weird.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.