2025-05-22: API 2.5 Release Notes #821
Replies: 3 comments 2 replies
-
I just noticed that the limit parameter is now returning as invalid on the /alerts/active endpoint beginning at some point this afternoon. Example: https://api.weather.gov/alerts/active?status=actual®ion_type=land&limit=500 Example: https://api.weather.gov/alerts/active?limit=500 |
Beta Was this translation helpful? Give feedback.
-
I'm really happy about having the MADIS provider so my users will know where the data is coming from. If you're taking feature requests, I would love to have snowfall and precip data for stations that provide it. |
Beta Was this translation helpful? Give feedback.
-
How do I active the feature flag? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Formal SCN: https://www.weather.gov/media/notification/pdf_2025/scn25-44_API_latest_changesmay22_2025.pdf
New Features:
/gridpoints/{wfo}/{x},{y}/forecast/hourly
: will now display null values for missing data. This will reduce the number of 503 errors from this endpoint when new forecast grids have not been received./health
: added CAP product latency/products/types/{typeId}/locations/{locationId}/latest
: added new endpoint to return most recently issued text product/stations
: feature flagobs_station_provider
added to display MADIS provider and subProvider data/stations/{stationId}/observations
: station name is now included in outputBug Fixes:
/alerts
: now includes missing CAP fieldsscope
,code
,language
,eventCode
andweb
/alerts/types
: updated to current hazard map names from https://www.weather.gov/help-map/gridpoints/{wfo}/{x},{y}
: invalid gridpoints now properly return 404 status instead of 500/gridpoints/{wfo}/{x},{y}
: JSON properties forgridX
andgridY
values are now properly returned as integers/gridpoints/{wfo}/{x},{y}/forecast/hourly
: Fixed invalid DWML/XML output from this endpoint. Any code previously utilizing the DWML output option from this endpoint will need to be adjusted./gridpoints/{wfo}/{x},{y}/stations
: properly supportlimit
query parameter/stations/{stationId}/observations
: XML output no longer returns 500 error if wind direction is nullBehavior Changes:
/alerts
:eventEndingTime
parameter now uses local time zone offset instead of UTC/gridpoints/{wfo}/{x},{y}/forecast
:probabilityOfPrecipitation
values less than 20 no longer display null values; a raw maximum value for the 12h period is returned insteadBeta Was this translation helpful? Give feedback.
All reactions