UnifyAPI
← Back to catalog

swpc.solar_wind

mock data$0.001 / call

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

Space & Astronomyprovider: Swpc#swpc#space

Input schema

points

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

integer

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

Try it

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