UnifyAPI
← Back to catalog

swpc.solar_regions

mock data$0.001 / call

Active 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)

Space & Astronomyprovider: Swpc#swpc#space

Input schema

limit

Max 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.

integer

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}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.