# Weather Underground API **Provider:** Weather Underground **Category:** weather **Base URL:** `https://www.wunderground.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** Based on plan **Free Tier:** No **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://www.wunderground.com/weather/api/ ## Description Weather Underground API. See documentation for full details. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://www.wunderground.com/` | See documentation for endpoint reference | ## Authentication See documentation for authentication details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://www.wunderground.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Paid. Personal Weather Station data API via IBM/Weather Company from $399/mo. --- *Source: [API Map](https://apimap.dev/apis/weather-underground/) — CC BY 4.0*