# heweather API **Provider:** heweather **Category:** weather **Base URL:** `https://www.heweather.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://www.heweather.com/documents/ ## Description heweather API. See documentation for full details. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://www.heweather.com/` | See documentation for endpoint reference | ## Authentication See documentation for authentication details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://www.heweather.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free: 1,000 req/day. Developer ¥49/mo (50,000 req/day). Chinese weather service. --- *Source: [API Map](https://apimap.dev/apis/heweather/) — CC BY 4.0*