Get Solar Activity
noaa_spaceweather_get_solar_activitySolar flare and radiation storm picture: recent GOES X-ray flux with flare-class labels (A/B/C/M/X), 3-day flare-class probabilities (C/M/X), active solar regions with per-region flare probabilities, and GOES integral proton flux at ≥10 MeV with NOAA S-scale. For operators tracking HF radio blackout (R-scale, driven by X-ray) and radiation storm risk (S-scale, driven by protons). Active region data helps identify which region is driving current activity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_regions | No | Include active solar region details (default true). Set false to skip region data and reduce response size. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | Present when the call failed. Absent on success. | |
| sScale | No | Current NOAA S-scale for solar radiation storms (0–5), derived from latest proton flux. | |
| fetchedAt | No | ISO 8601 timestamp of when this data was fetched. | |
| latestXray | No | Most recent GOES X-ray flux reading, null if unavailable. | |
| recentXray | No | GOES X-ray flux readings from the past hour, oldest first. | |
| sScaleText | No | Plain-language S-scale description, e.g. "S2 moderate radiation storm". | |
| latestProton | No | Most recent ≥10 MeV proton flux reading, null if unavailable. | |
| activeRegions | No | Currently active solar regions with per-region flare probabilities. Empty when include_regions=false or no regions are active. | |
| probabilities | No | 3-day flare probability forecasts. |