type and area filters to narrow the result (for example type=fire&area=CA for California fire weather zones). Updated semi-annually by NWS, cached 24 hours by Sugra. Attribution: NOAA National Weather Service (api.weather.gov).x-api-key: ********************curl --location '/api/v1/weather/nws/zones?type=forecast&area=NY®ion=AT&limit=500&cursor=undefined' \
--header 'x-api-key: <api-key>'{
"data": {
"count": 0,
"zones": [
{
"id": "string",
"type": "string",
"name": "string",
"state": "string",
"forecast_office": "string",
"grid_identifier": "string",
"time_zone": "string",
"effective_date": "string",
"expiration_date": "string",
"radar_station": "string"
}
],
"filters": {
"property1": "string",
"property2": "string"
}
},
"meta": {
"endpoint": "/api/v1/fred/us/cpi",
"data_time": "2026-04-16T14:30:00Z",
"response_time": "2026-04-16T14:30:12Z",
"provider": "Sugra API v1.0.1",
"source": "string",
"fallback_used": true,
"fallback_chain": [
"string"
],
"cached": true
}
}