# Weatherstack API **Provider:** Weatherstack **Category:** weather **Base URL:** `https://weatherstack.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 1,000 req/month (free) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://weatherstack.com/?utm_source=Github&utm_medium=Referral&utm_campaign=Public-apis-repo-Best-sellers ## Description Real-Time & Historical World Weather Data API ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://weatherstack.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://weatherstack.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free: 1,000 requests/month (current weather, HTTP only). Standard $9.99/mo (50K req/mo, historical). Professional $39.99/mo. Business $89.99/mo. Enterprise custom. --- *Source: [API Map](https://apimap.dev/apis/weatherstack/) — CC BY 4.0*