Bright Sky (DWD)
Open weather API built on German Weather Service (DWD) data covering all of Germany with no key required.
Status
🟢 Online · 1259 ms
🟢 Online · 1259 ms
30-day uptime
100%
100%
Free tier
Unlimited, no key, no credit card
Unlimited, no key, no credit card
Auth
No key required
No key required
Free alternatives (live ranking)
- NOAA National Weather Service — 🟢 Online · Unlimited (US only), no key, no credit card
- 7Timer! — 🟢 Online · Unlimited, no key, no credit card
- Open-Meteo Air Quality — 🟢 Online · 10,000 calls/day, no key, no credit card
Compare Bright Sky (DWD) with…
- Bright Sky (DWD) vs NOAA National Weather Service — Unlimited (US only), no key, no credit card
- Bright Sky (DWD) vs 7Timer! — Unlimited, no key, no credit card
- Bright Sky (DWD) vs Open-Meteo Air Quality — 10,000 calls/day, no key, no credit card
Paid alternatives
- Meteomatics — from €300/mo
Frequently Asked Questions
Does Bright Sky (DWD) require an API key?
No, Bright Sky (DWD) is freely accessible without registration or an API key.
What is Bright Sky (DWD)'s free tier?
Unlimited, no key, no credit card
Is Bright Sky (DWD) currently online?
We check Bright Sky (DWD) every hour. The current status is shown at the top of this page. You can also see the 30-day uptime history in the chart above.
Implementation notes
When to use Bright Sky (DWD)
Bright Sky is the right pick for any project focused on German weather. It wraps the Deutscher Wetterdienst (DWD) open data feeds — the same source the German weather service itself uses — with a clean JSON API. Coverage is exclusively Germany with high station density; outside Germany it returns nothing.
Common pitfalls
- No key, no rate limit documented — but the maintainer asks heavy users to self-host the open-source Bright Sky instance against the DWD data directly. Public endpoint courtesy use only.
- Returns null for fields where DWD has no station data. Rural locations far from a station will show many null fields, which trips up code that assumes a number is always returned.
- The `current_weather` endpoint requires coordinates (lat, lon). City name lookup is not built in — pair with Nominatim or a coordinate lookup before the call.
Quick start (bash)
curl "https://api.brightsky.dev/current_weather?lat=52.52&lon=13.41" Embed this badge
Add a live status badge to your README, docs, or website.
Markdown
[](https://freeapi.watch/bright-sky) HTML
<a href="https://freeapi.watch/bright-sky"><img src="https://freeapi-builder.a10ayassine.workers.dev/badge/bright-sky.svg" alt="Bright Sky (DWD) Status"/></a> Further reading
- The 2026 Free API Graveyard: 6 APIs That Died and What to Use Instead — Twitter, Reddit (official), Dark Sky, Yahoo Finance, MetaWeather, and Weather Underground all killed free access. Here's the timeline and the replacements that actually work.
- Best Free Weather APIs in 2026: A Data-Driven Comparison — We monitor 15 free weather APIs hourly. Here's which ones are actually reliable, fast, and free-without-friction in 2026.