AccuWeather
AccuWeather · Ranked #6 of 7 in Weather APIs
Legacy meteorological brand with deep data (MinuteCast, severe alerts) but trial-and-tier access via an Apigee-backed developer portal.
Brand-name meteorological data

Overview
AccuWeather's developer API exposes the same forecast engine that powers its consumer apps: a REST/JSON platform covering current conditions, hourly and daily forecasts out to 15 days (90 days on the enterprise tier), minute-by-minute hyperlocal precipitation via MinuteCast, severe weather alerts sourced from official government agencies, weather imagery/radar, indices, and tropical-storm data. Its differentiators are proprietary metrics like RealFeel temperature and AccuWeather's "Superior Accuracy" positioning, which is backed by repeated ForecastWatch independent studies (one analyzing 120 million forecasts across 1,000+ locations) that ranked AccuWeather first in temperature, precipitation, and wind-speed accuracy versus The Weather Channel, Weather Underground, Foreca, and Dark Sky. The API is sold through a self-serve developer portal (built on Google Apigee) with package-based pricing plus CPM overage, alongside a separate enterprise track (sales@accuweather.com) for higher volumes and 90-day data.
The provider is best suited to businesses that need authoritative, accuracy-validated weather data and are willing to pay for it: insurance, logistics, media, and analytics use cases. It is a poor fit for hobbyists and budget-constrained projects. AccuWeather drew notable developer backlash in 2025 when it moved to discontinue free Core Weather API access, pushing former free users onto paid plans starting at ~$2/month; the Hacker News reaction framed it as part of a broader pattern (Dark Sky, Weather Underground, Yahoo Weather all shutting free tiers) and revived long-standing criticism of AccuWeather's history of lobbying to privatize National Weather Service data. The other recurring friction point is the mandatory location-key workflow: every weather lookup requires a prior Locations API call to resolve coordinates/city to an AccuWeather location key, effectively doubling call consumption unless keys are cached (which AccuWeather's docs discourage hard-coding).
Compared with OpenWeatherMap, the common consensus is that AccuWeather wins on forecast accuracy and data depth but loses on price, free-tier generosity, and developer ergonomics. There is no official AccuWeather SDK, integration is plain HTTP, with the ecosystem relying on community wrappers (e.g. the well-maintained bieniu/accuweather Python library used by Home Assistant). Documentation is solid, with multi-language quick-starts and end-to-end walkthroughs, and the service reports as operational on its public status page, though AccuWeather does not publish a self-serve uptime SLA figure (enterprise SLA terms are negotiated through sales).
How this score is derived
The APIbenchmarks Index is a weighted sum of four dimensions, each scored on an absolute 0–100 reference scale. See the methodology for every mapping.
| Dimension | Score | Weight | Contribution |
|---|---|---|---|
| Documentation & DXClean portal docs with multi-language quick-starts, end-to-end walkthroughs (location search, current conditions, forecasts), HTTP status code references, and an API explorer, though no official SDK reference. | 72 | 30% | 21.6 |
| ReliabilityBacks claims with a multi-layered caching infrastructure and a public status page (status.accuweather.com) that reported all systems operational, but no self-serve published uptime-percentage SLA, enterprise SLAs are negotiated via sales. | 84 | 25% | 21.0 |
| Ecosystem & SDKsNo first-party SDK; integration is raw REST, supported by community wrappers (bieniu/accuweather on PyPI/GitHub, accuweather-client) and a Home Assistant integration, plus availability through Google Apigee. | 70 | 25% | 17.5 |
| AccessibilitySelf-serve signup with a 14-day free trial (500 Core Weather / 50 MinuteCast calls per day), but the removal of a permanent free tier and the two-call location-key requirement raise the barrier for small developers. | 62 | 20% | 12.4 |
| APIbenchmarks Index (ABI) | 72.5 | ||
Table 1. Derivation of the ABI for AccuWeather. Contribution = score × weight; the index is their sum.
At a glance
- Vendor
- AccuWeather
- Pricing model
- Tiered packages (from $2-$25/mo)
- Free tier
- 14-day trial, 500 req/day (Core)
- Official SDKs
- 7 languages
Pricing
| Free Trial | $0 (14 days) | 500 Core Weather API requests/day and 50 MinuteCast requests/day; covers locations, current conditions, 5-day daily and 12-hour hourly forecasts. Expires after 14 days. |
| Starter | $2/mo | 15,000 calls/month, $0.25 CPM overage. Aimed at individual/non-commercial developers; locations, current conditions, 5-day daily and 12-hour hourly forecasts. |
| Standard | $25/mo | 225,000 calls/month, $0.12 CPM overage. Adds 12-hour forecasts, 5-day forecasts, and 5-day indices. |
| Prime | $250/mo | 1,800,000 calls/month, $0.15 CPM overage. Adds 72-hour forecasts, 10-day forecasts, alerts, tropical, and imagery. |
| Elite | $500/mo | 2,400,000 calls/month, $0.22 CPM overage. Full suite: 120-hour forecasts, 15-day forecasts, 15-day indices, alerts, tropical, imagery. |
| Enterprise | Custom (contact sales) | Negotiated via sales@accuweather.com. Adds up to 90-day forecasts, higher rate limits, GeoJSON/CSV output, and SLA terms. |
Key features
- •Current conditions including last 24 hours historical
- •Daily forecasts up to 15 days (90 days on enterprise)
- •Hourly forecasts (12/72/120-hour tiers)
- •MinuteCast hyperlocal minute-by-minute precipitation
- •RealFeel temperature proprietary metric
- •Severe weather alerts from official government agencies
- •Weather imagery and radar
- •Indices (5/15-day) and tropical-storm data
- •Location lookup by keyword, postal code, or geo-coordinates
- •JSON default output with GeoJSON and CSV options
Official SDKs
Strengths & trade-offs
- +Independently validated accuracy, ForecastWatch studies (120M+ forecasts) repeatedly rank it #1 vs The Weather Channel, Weather Underground, Foreca, and Dark Sky
- +Deep data catalog: RealFeel temperature, 70+ forecast parameters, MinuteCast minute-by-minute precipitation, government-sourced severe alerts, imagery/radar, and tropical data
- +Long forecast horizons, up to 15 days self-serve and 90 days on enterprise
- +Transparent package + CPM overage pricing on a self-serve portal, so costs scale predictably with usage
- +JSON by default with GeoJSON and CSV output options on some endpoints, HTTPS-only
- +Solid multi-language documentation with quick-starts and end-to-end task walkthroughs
- –Discontinued permanent free Core Weather API access in 2025, drawing developer backlash and forcing former free users onto paid plans
- –Mandatory location-key workflow doubles call consumption, every forecast needs a prior Locations API lookup, and docs discourage hard-coding keys
- –Markedly more expensive than OpenWeatherMap and other rivals for comparable volume
- –No official SDK, integration relies entirely on raw HTTP or community-maintained wrappers
- –No self-serve published uptime-percentage SLA; enterprise SLA terms require contacting sales
- –Reputational baggage from AccuWeather's documented history of lobbying to privatize National Weather Service data
What developers say
Developers respect AccuWeather's accuracy and data depth but criticize its pricing, the removal of free access, and the call-doubling location-key workflow.
“Another one bites the dust. I've used weather underground api, yahoo weather api, dark sky api, and all of them have gone from free to paid.”
Key figures
| Starter plan price | $2/mo for 15,000 calls ($0.25 CPM overage) | AccuWeather Developer pricing / FAQ ↗ |
| Standard plan price | $25/mo for 225,000 calls ($0.12 CPM overage) | AccuWeather Developer pricing ↗ |
| Prime plan price | $250/mo for 1,800,000 calls ($0.15 CPM overage) | AccuWeather Developer pricing ↗ |
| Elite plan price | $500/mo for 2,400,000 calls ($0.22 CPM overage) | AccuWeather Developer pricing ↗ |
| Free trial quota | 500 Core Weather + 50 MinuteCast requests/day, 14 days | AccuWeather Developer FAQ ↗ |
| Forecast accuracy ranking | #1 of 5 providers across temperature, precipitation, wind (120M-forecast study) | ForecastWatch independent study (AccuWeather press release) ↗ |
| Service status | All systems operational (public status page, 2 components) | AccuWeather status (via StatusGator) ↗ |
Compare AccuWeather head to head
Sources
- https://developer.accuweather.com/pricing
- https://developer.accuweather.com/faq
- https://developer.accuweather.com/documentation/overview
- https://news.ycombinator.com/item?id=44663003
- https://www.saashub.com/compare-openweathermap-vs-accuweather
- https://www.accuweather.com/en/press/latest-study-of-120-million-forecasts-proves-accuweather-forecasts-are-most-accurate/662380
- https://github.com/bieniu/accuweather
- https://statusgator.com/services/accuweather/developer-portal-api
- https://cloud.google.com/blog/products/api-management/apigee-accuweather-bringing-developers-access-to-industry-leading-weather-apis
Figures last verified 2026-06-27. Spotted an error? corrections@apibenchmarks.com
