nws_active_alerts
ActiveTool of io.github.blackboxfoundry/livedatalink
declared in 1.0.0
Currently-active National Weather Service alerts (tornado, flood, severe thunderstorm, winter, heat, fire) for a point, state, or NWS zone.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"lat": {
"type": "number"
},
"lon": {
"type": "number"
},
"zone": {
"type": "string",
"description": "NWS zone id, e.g. 'TXZ123'."
},
"state": {
"type": "string",
"description": "Two-letter state code (e.g. 'TX')."
},
"location": {
"type": "string",
"description": "Address, zip, or city. Will be geocoded to a point."
}
},
"additionalProperties": false
}Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries