# DWD API **Provider:** DWD API **Category:** weather **Base URL:** `https://dwd.api.bund.dev` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** Reasonable use enforced **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://dwd.api.bund.dev/ ## Description API of the German Weather Service (DWD): weather data, data from specific weather stations, warnings (local, coast, sea, alps) | No | Yes | Unknown | ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://dwd.api.bund.dev/` | See documentation for endpoint reference | ## Authentication See documentation for authentication details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://dwd.api.bund.dev' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — Deutscher Wetterdienst (German Meteorological Service). Open data API. No authentication required. German weather observations and forecasts. --- *Source: [API Map](https://apimap.dev/apis/dwd/) — CC BY 4.0*