Forecast.io API endpoint has changed

Hey, everyone!

Just a friendly reminder. I noticed a few projects didn’t work the way they were supposed to.
If you’re using (or used) the forecast.io API (now the Dark Sky API) for your Local Weather project, it’s time to change your API endpoint. They just changed it from

https://api.forecast.io/forecast/[key]/[latitude],[longitude]

to

https://api.darksky.net/forecast/[key]/[latitude],[longitude]

1 Like