How to filter for hurricane alert data #282
Unanswered
bfellerath
asked this question in
Q&A
Replies: 1 comment
-
The API spec provides the possible parameters for alert endpoints. You can use the "event" parameter with the full event name, but probably better to use the "code" parameter. Either support a comma-separated list of names/codes. Here is the spec for codes:
Alerts are created by NWS HCE (HazCollect Extended), and the API simply disseminates them. Given I can't find a list online by HCE, here is a list I got from them previously through email:
|
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi, I am trying to filter for hurricane alert data. What would be the best way to do this?
I know the
types
endpoint (https://api.weather.gov/alerts/types) gives a list of alert types that include some hurricane types:I am wondering how to hit an endpoint that will give me hurricane types specifically
Other than that I was looking into using the
"event"
property for thisBeta Was this translation helpful? Give feedback.
All reactions