TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Weather API Recommendations?

8 pointsby SiValover 2 years ago
With Dark Sky's API going dark, I'd like to find a good API for detailed weather data to (approximately) replace it. Low volume (personal) usage. Apple wants to present minimal data with maximum eye candy, but I want the details. I can build it for myself if I can get the data.

5 comments

Leftiumover 2 years ago
If you have access to an Apple developer account I would use the [WeatherKit REST API]. It&#x27;s very similar to the Dark Sky API. (Presumably designed by the same devs). I&#x27;m going to ask one of my friends for an API key for their unused free quota.<p>OpenWeather&#x27;s [One Call API] is almost a drop-in replacement for the DarkSky API. There are a few minor differences.<p>[Open-Meteo] is another really good API. Unfortunately it doesn&#x27;t have the &quot;minutely&quot; forecast data, which I find really useful. (Is it going to start raining in the next few minutes? When will it stop?)<p>[WeatherKit REST API]: <a href="https:&#x2F;&#x2F;developer.apple.com&#x2F;documentation&#x2F;weatherkitrestapi" rel="nofollow">https:&#x2F;&#x2F;developer.apple.com&#x2F;documentation&#x2F;weatherkitrestapi</a><p>[One Call API]: <a href="https:&#x2F;&#x2F;openweathermap.org&#x2F;darksky-openweather-3" rel="nofollow">https:&#x2F;&#x2F;openweathermap.org&#x2F;darksky-openweather-3</a><p>[Open-Meteo]: <a href="https:&#x2F;&#x2F;open-meteo.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;open-meteo.com&#x2F;</a>
PenguinCoderover 2 years ago
API wise I like and use PirateWeather[0]. Don&#x27;t know if they have a front end but the API has been stable, reliable, and accurate.<p>[0] <a href="https:&#x2F;&#x2F;docs.pirateweather.net&#x2F;en&#x2F;latest&#x2F;API&#x2F;" rel="nofollow">https:&#x2F;&#x2F;docs.pirateweather.net&#x2F;en&#x2F;latest&#x2F;API&#x2F;</a>
halJordanover 2 years ago
Often the national service will provide an api as a public good. Ex: <a href="https:&#x2F;&#x2F;www.weather.gov&#x2F;documentation&#x2F;services-web-api" rel="nofollow">https:&#x2F;&#x2F;www.weather.gov&#x2F;documentation&#x2F;services-web-api</a>
评论 #34212650 未加载
phillipseamoreover 2 years ago
It really depends on where in the world you are. I always suggest using local data if possible as nothing comes close to local domain knowledge.<p>But here are some suggestions:<p><a href="https:&#x2F;&#x2F;open-meteo.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;open-meteo.com&#x2F;</a> (straight from the models)<p><a href="https:&#x2F;&#x2F;openweathermap.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;openweathermap.org&#x2F;</a><p>Depending on how much detail you want, you might even just want to download XyGrib (<a href="https:&#x2F;&#x2F;github.com&#x2F;opengribs&#x2F;XyGrib&#x2F;">https:&#x2F;&#x2F;github.com&#x2F;opengribs&#x2F;XyGrib&#x2F;</a>) and download models for your area.
speedgooseover 2 years ago
Yr.no and met.no are great. It’s more data if you are interested in the Norwegian area.