← Back to catalog
swpc.solar_regions
mock data$0.001 / callActive Solar Regions (NOAA SWPC)
Currently active sunspot regions with NOAA AR number, location (heliographic), area, spot class, magnetic class, and 24-hour C/M/X-class flare probabilities. Sorted by most recently observed first. Source: NOAA SWPC (NODD public domain)
Input schema
limit
integerMax number of active sunspot regions to return, sorted by most recently observed first (default 20, max 50). Each entry includes NOAA AR number, location, magnetic class, and C/M/X-class flare probabilities.
Call via REST
curl -X POST https://unifyapi.pro/api/call/swpc.solar_regions \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"limit":0}'