# AccuWeather API **Provider:** AccuWeather **Category:** weather **Base URL:** `https://developer.accuweather.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 50 calls/day (free) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://developer.accuweather.com/ ## Description AccuWeather API. See documentation for full details. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://developer.accuweather.com/` | See documentation for endpoint reference | ## Authentication See documentation for authentication details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://developer.accuweather.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free: 50 calls/day (rolling 24hr). Limited $2/mo (250 calls/day). Plus $25/mo (2.5K calls/day). Pro $50/mo (25K calls/day). Enterprise custom. 14-day trial. --- *Source: [API Map](https://apimap.dev/apis/accuweather/) — CC BY 4.0*