UnifyAPI
← Back to catalog

swpc.k_index

mock data$0.001 / call

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

Space & Astronomyprovider: Swpc#swpc#space

Input schema

points

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

integer

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

Try it

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