https://api.weather.gov/zones
Every zone NWS uses, of every kind. Zones are the areas warnings and public forecasts are written for — and there are several overlapping systems, which is the single most confusing thing about NWS geography.
Mapmakers and developers who need to match a place to an NWS area.
8 parameters
| Name | In | Required | Notes |
|---|---|---|---|
id |
query | no | Zone ID (forecast or county) array |
area |
query | no | State/marine area code array |
region |
query | no | Region code array |
type |
query | no | Zone type array |
point |
query | no | Point (latitude,longitude) |
include_geometry |
query | no | Include geometry in results (true/false) boolean |
limit |
query | no | Limit integer |
effective |
query | no | Effective date/time string (date-time) |
Worked example
Worked example
https://api.weather.gov/zones?limit=10
cURL
curl "https://api.weather.gov/zones?limit=10" \ -H "User-Agent: (myweatherapp.example.com, me@example.com)"