AccuWeather
Weather and forecast data
- Authentication
- API Key
- HTTPS
- No
- CORS
- Unknown
- Category
- Weather
- Documentation / URL
- https://developer.accuweather.com/apis
Overview
AccuWeather provides current conditions, forecasts, and alerts. Auth is a free API key (an invalid key returns 401, verified).
Quick Start
Current conditions (replace YOUR_KEY):
curl "https://dataservice.accuweather.com/currentconditions/v1/1?apikey=YOUR_KEY"
[
{
"LocalObservationDateTime": "2026-08-22T12:00:00+08:00",
"EpochTime": 1787448092,
"WeatherText": "Sunny",
"Temperature": { "Metric": { "Value": 28.3, "Unit": "C" } },
"IsDayTime": true
}
]
Forecast:
curl "https://dataservice.accuweather.com/forecasts/v1/daily/5day/1?apikey=YOUR_KEY"
Authentication
- Register at developer.accuweather.com → free API key.
- Send it as the
apikeyquery parameter (invalid → 401, verified).
Rate Limits & Notes
- Free tier: 50 calls/day (check the docs); paid plans scale.
- Workflow: location key from
/locations/v1/search→ conditions/forecasts. - Location key
1is a test (London-like).
FAQ
Is AccuWeather free? Free tier: 50 calls/day; more is paid.
How do I get a key? developer.accuweather.com → register.
What’s the workflow? Search a location → location key → weather endpoints.
More in Weather
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| 7Timer! Weather, especially for Astroweather | No auth | No | Unknown | ↗ |
| Aemet Weather and forecast data from Spain | API Key | Yes | Unknown | ↗ |
| APIXU Weather | API Key | Yes | Unknown | ↗ |
| AQICN Air Quality Index Data for over 1000 cities | API Key | Yes | Unknown | ↗ |
| AviationWeather NOAA aviation weather forecasts and observations | No auth | Yes | Unknown | ↗ |