Environment
Single NWS alert by identifier
Return a single hazard alert by its NWS identifier. Alert IDs are URN-formatted (for example urn:oid:2.49.0.1.840.0.07a473b0d7a48517a9fc37bbd187447cab318920.001.2) and must be URL-encoded in the path. The response is the flattened CAP payload with full description, instruction, affected zones, and polygon geometry if present. Issued alerts are effectively immutable once published; Sugra caches single-alert responses for an hour. Attribution: NOAA National Weather Service (api.weather.gov).
get/api/v1/weather/nws/alert/{alert_id}
Path parameters
alert_idstring required
NWS alert URN (URL-encoded).
NWS alert URN (URL-encoded).
Response
Single NWS alert with full metadata.
Example response
{
"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": "sugra_crypto",
"attribution": "Short interest and Reg SHO daily short volume data is owned by and sourced from FINRA (Financial Industry Regulatory Authority).",
"fallback_chain": [
"sugra_crypto",
"sugra_finance"
]
}
}