GET zones/{type}
weather.gov:national-weather-service-api
Summary: —
Operation ID: zone_list_type
Auth: unknown
Operation ID: zone_list_type
Auth: unknown
Description
Returns a list of zones of a given type
Parameters (9)
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
(?, path, required)
Zone type
type
(array, query, optional)
Zone type
Examples (3)
| Title | Type | URL | Action |
|---|---|---|---|
| List all forecast zones | curl |
https://api.weather.gov/zones/forecast |
|
| Forecast zones in Texas with geometry | curl |
https://api.weather.gov/zones/forecast?area=TX&include_geometry=true&limit=5 |
|
| Zones near specific coordinates | curl |
https://api.weather.gov/zones/forecast?point=39.7456,-97.0892 |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 10:45:21.422550 | 200 | 221ms | |
| 2026-03-23 10:34:21.277038 | 200 | 178ms | |
| 2026-03-23 10:32:18.581757 | 200 | 187ms | 0.2MB |
Response Changes
| When | Old | New |
|---|---|---|
| 2026-03-23 10:34:21.277038 | f19793bed459 |
e850d85e648b |
| 2026-03-23 10:45:21.422550 | e850d85e648b |
2c88212c077e |