← Back to catalog
swpc.solar_wind
mock data$0.001 / callSolar Wind Real-time (NOAA SWPC)
Real-time solar wind speed (km/s), proton density (per cm³), and temperature (K) from the ACE/DSCOVR L1 monitors. Returns the latest reading plus the last N 1-minute observations. Source: NOAA SWPC RTSW (NODD public domain)
Input schema
points
integerNumber of recent 1-minute solar-wind readings to return alongside the latest reading (default 20, max 60). Each reading includes proton speed (km/s), density (per cm³), temperature (K), and quality score.
Call via REST
curl -X POST https://unifyapi.pro/api/call/swpc.solar_wind \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"points":0}'