# Weather Source API **Provider:** Weather Source **Category:** weather **Base URL:** `http://weathersource.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** Based on plan **Free Tier:** No **Pricing:** Enterprise / contact sales (subscription) **Docs:** http://weathersource.com/weather-api ## Description Weather Source API. See documentation for full details. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `http://weathersource.com/` | See documentation for endpoint reference | ## Authentication See documentation for authentication details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'http://weathersource.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Paid. Historical and forecast weather data; pricing on request for commercial use. --- *Source: [API Map](https://apimap.dev/apis/weather-source/) — CC BY 4.0*