FreeAPI.watch

AccuWeather API

Industry-leading weather API with hyperlocal MinuteCast, severe weather alerts, and 45-day forecasts.

Status
🔴 Offline · 1240 ms
30-day uptime
0%
Free tier
50 calls/day, free key, no credit card
Auth
API key
Last 30 days

Free alternatives (live ranking)

Compare AccuWeather API with…

Paid alternatives

Official docs ↗

Frequently Asked Questions

Does AccuWeather API require an API key?

Yes, AccuWeather API requires a free API key. You can sign up via https://developer.accuweather.com/apis.

What is AccuWeather API's free tier?

50 calls/day, free key, no credit card

Is AccuWeather API currently online?

We check AccuWeather API every hour. The current status is shown at the top of this page. You can also see the 30-day uptime history in the chart above.

Implementation notes

When to use AccuWeather API

AccuWeather is the right choice when forecast accuracy is more important than call volume — its MinuteCast (minute-by-minute precipitation for 2 hours) and 45-day extended forecasts are genuinely differentiated from commodity weather APIs. The tradeoff is a 50-call/day free tier that only suits low-traffic widgets or prototypes.

Common pitfalls

Quick start (bash)

# Step 1: get location key
curl "http://dataservice.accuweather.com/locations/v1/cities/search?apikey=YOUR_KEY&q=Paris"
# Step 2: get forecast with the returned location key
curl "http://dataservice.accuweather.com/forecasts/v1/daily/1day/623?apikey=YOUR_KEY"

Embed this badge

Add a live status badge to your README, docs, or website.

AccuWeather API status badge

Markdown

[![AccuWeather API Status](https://freeapi-builder.a10ayassine.workers.dev/badge/accuweather.svg)](https://freeapi.watch/accuweather)

HTML

<a href="https://freeapi.watch/accuweather"><img src="https://freeapi-builder.a10ayassine.workers.dev/badge/accuweather.svg" alt="AccuWeather API Status"/></a>