Replies: 1 comment 6 replies
-
Update: They've disappeared now. But the question still stands. Thanks! |
Beta Was this translation helpful? Give feedback.
6 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.
-
If this is an operational question, let me know and I'll bark up that tree.
On a current pull of the /alerts/active/count endpoint, I'm getting back data for NB, NL, NS, and QC, and for each of those multiple zones are also returned (e.g., NBZ550). I'm guessing it's not a coincidence that these are all Canadian province abbreviations.
None of these are valid as either area or zone values, so if I do a pull of alerts/active/area/NB, I get an HTTP 404 error.
This isn't causing me any problems beyond doing fetches that will return errors (which I can fix quickly) so I'm mostly curious as to why this data is being returned in the first place.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions