You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Forecast endpoint changed from JSON to text. Added noaa-scales endpoint.
Alerts now filtered to last 24h. X-ray class derived from flux value.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: docs/servers/solar.md
+11-10Lines changed: 11 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,9 +41,9 @@ Returns day-by-day forecast with predicted SFI and Kp values for the next 27 day
41
41
42
42
### solar_alerts
43
43
44
-
Get active NOAA space weather alerts and warnings. Shows solar flare alerts, geomagnetic storm warnings, radiation storm alerts, and other SWPC bulletins. No parameters.
44
+
Get NOAA space weather alerts and warnings from the last 24 hours. Shows solar flare alerts, geomagnetic storm warnings, radiation storm alerts, and other SWPC bulletins. No parameters.
45
45
46
-
Returns list of active alerts with product ID, issue time, and message text.
46
+
Returns list of recent alerts with product ID, issue time, and message summary.
47
47
48
48
### solar_wind
49
49
@@ -67,17 +67,18 @@ Returns per-band condition rating (Poor/Fair/Good/Excellent) with explanation, p
67
67
68
68
## Data Sources
69
69
70
-
All data comes from [NOAA Space Weather Prediction Center](https://www.swpc.noaa.gov/) public JSON endpoints:
70
+
All data comes from [NOAA Space Weather Prediction Center](https://www.swpc.noaa.gov/) public endpoints:
0 commit comments