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