Replies: 1 comment 1 reply
-
I figured out how to query based on Counties. For example, to get active alerts for San Mateo and Santa Clara Counties, the query is: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to get all active alerts issued by our local WFO. Not sure how to do this. I see that I can get the active alerts in California using this:
https://api.weather.gov/alerts/active?area=CA
How do I filter the results to the SF Bay Area, e.g. cwa=mtr? It seems that the API only supports location based filter parameters, such as point location, county, or zone. Can someone please provide a simple working example, and one that doesn't return duplicates? It seems odd that such a simple and useful query should be so complicated to implement using this API.
Beta Was this translation helpful? Give feedback.
All reactions