NOAA Weather
Clean developer-friendly wrapper around NOAA's National Weather Service API. Current conditions, forecasts, hourly data, and active alerts by ZIP code, state, or coordinates. No API key required.
NOAA Weather endpoints
| Method | Endpoint | Description |
|---|---|---|
| weather | ||
| GET |
weather_by_location_weather_location_get /weather/location |
Current conditions by lat/lon coordinates. |
| GET |
weather_forecast_weather_forecast_get /weather/forecast |
Get multi-day weather forecast with daytime/nighttime periods. |
| GET |
weather_alerts_weather_alerts_get /weather/alerts |
Get active National Weather Service alerts for a state: watches, warnings, advisories. |
| GET |
current_weather_weather_current_get /weather/current |
Get current weather observations: temperature (°F), humidity, wind speed/direction, sky conditions, and barometric pressure. |
| GET |
weather_hourly_weather_hourly_get /weather/hourly |
Get hourly weather forecast. Default 24 hours, max 156 (6.5 days). |
| stats | ||
| GET |
get_stats_stats_get /stats |
Cache hit rates, uptime, and request counts. |
| health | ||
| GET |
health_health_get /health |
|
| Other endpoints | ||
| GET |
root__get / |
|
NOAA Weather pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9 / month | — |
|
| ULTRA Recommended | $29 / month | — |
|
| MEGA | $99 / month | — |
|