← Back to catalog
swpc.k_index
mock data$0.001 / callGeomagnetic K-index (NOAA SWPC)
Current planetary K-index with G1-G5 storm severity classification, plus the maximum K-index observed in the rolling 6-hour window. Returns latest reading, window_max, and the last N 1-minute observations. Source: NOAA SWPC real-time stream (NODD public domain)
Input schema
points
integerNumber of recent 1-minute K-index readings to return alongside the latest reading (default 30, max 120). The full 6-hour rolling window is always scanned for the window_max field regardless of this value.
Call via REST
curl -X POST https://unifyapi.pro/api/call/swpc.k_index \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"points":0}'