# AerisWeather API **Provider:** AerisWeather **Category:** weather **Base URL:** `https://www.aerisweather.com` **Auth:** api-key โ€” `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 1K calls/day (free dev) ยท Scales with plan **Free Tier:** Yes โ€” available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://www.aerisweather.com ## Description AerisWeather API. See documentation for full details. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://www.aerisweather.com/` | See documentation for endpoint reference | ## Authentication See documentation for authentication details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://www.aerisweather.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free developer plan: 10K API calls/month, 3 endpoints. Starter $25/mo (50K calls/mo). Plus $75/mo (200K calls). Premium $200/mo. Enterprise custom. --- *Source: [API Map](https://apimap.dev/apis/aerisweather/) โ€” CC BY 4.0*