GET /zones
weather.gov:national-weather-service-api
Summary: —
Operation ID: zone_list
Auth: unknown
Operation ID: zone_list
Auth: unknown
Description
Returns a list of zones
Parameters (8)
area
(array, query, optional)
State/marine area code
effective
(string, query, optional)
Effective date/time
id
(array, query, optional)
Zone ID (forecast or county)
include_geometry
(boolean, query, optional)
Include geometry in results (true/false)
limit
(integer, query, optional)
Limit
Constraints: {'minimum': 1}
point
(?, query, optional)
Point (latitude,longitude)
region
(array, query, optional)
Region code
type
(array, query, optional)
Zone type
Examples (3)
| Title | Type | URL | Action |
|---|---|---|---|
| List zones with limit | curl |
https://api.weather.gov/zones?limit=10 |
|
| Filter zones by state and type | curl |
https://api.weather.gov/zones?area=CA&type=forecast |
|
| Find zones by geographic point | curl |
https://api.weather.gov/zones?point=38.8977,-77.0365&include_geometry=true |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 10:47:37.300717 | 200 | 452ms | |
| 2026-03-23 10:23:31.416613 | 200 | 184ms | |
| 2026-03-23 09:40:02.341829 | 200 | 178ms |
Response Changes
| When | Old | New |
|---|---|---|
| 2026-03-23 10:23:31.416613 | f7f81ca4f9c4 |
9e7eaa26fee7 |
| 2026-03-23 10:47:37.300717 | 9e7eaa26fee7 |
e60fa71d614c |