# Weather Unlocked API **Provider:** Weather Unlocked **Category:** weather **Base URL:** `https://developer.weatherunlocked.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 1,000 req/day (free) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://developer.weatherunlocked.com/documentation ## Description Weather Unlocked API. See documentation for full details. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://developer.weatherunlocked.com/` | See documentation for endpoint reference | ## Authentication See documentation for authentication details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://developer.weatherunlocked.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free: 1,000 req/day. Basic $99/mo (10,000 req/day), Pro $299/mo (50,000 req/day). --- *Source: [API Map](https://apimap.dev/apis/weather-unlocked/) — CC BY 4.0*