weather_alerts
ActiveTool of Ready APIs
declared in 1.0.0
Active alerts from the US National Weather Service. Query by lat+lon, US ZIP, or two-letter state code.
Parameters schema
{
"type": "object",
"properties": {
"lat": {
"type": "number"
},
"lon": {
"type": "number"
},
"state": {
"type": "string",
"description": "Two-letter US state code."
},
"zip_code": {
"type": "string"
}
},
"additionalProperties": false
}Parent server
Ready APIs
https://github.com/ReadyAPIs-com/readyapis
1/7 registries