← Wissenschaft & Weltraum

Kp-Index-Verlauf

GET /spaceweather/kp/history

Vollständige Zeitreihe von planetaren Kp-Index-Messungen, kontinuierlich von NOAA SWPC gesammelt. Filtern mit ?start und ?end. Wertvoll für Aurora-Vorhersager, die vergangene Aktivitäten mit Sichtungen korrelieren, Weltraumwetterforscher, die Sturmverteilungen untersuchen, und Dashboards, die geomagnetische Trends über Monate oder Jahre darstellen.

Parameter

start optional

Start datetime

end optional

End datetime

limit optional Standard: 500

Max rows (cap 10000)

Beispielanfragen

Grundlegende Verwendung
curl "https://nordapi.ee/api/v1/spaceweather/kp/history?limit=500"

Live-Antwort

{
  "count": 24,
  "data": [
    {
      "kp_index": 0.33,
      "time": "2026-04-13T18:00:00Z"
    },
    {
      "kp_index": 0.67,
      "time": "2026-04-13T21:00:00Z"
    },
    {
      "kp_index": 2.0,
      "time": "2026-04-14T00:00:00Z"
    },
    {
      "kp_index": 0.33,
      "time": "2026-04-14T03:00:00Z"
    },
    {
      "kp_index": 0.33,
      "time": "2026-04-14T06:00:00Z"
    },
    {
      "kp_index": 1.33,
      "time": "2026-04-14T09:00:00Z"
    },
    {
      "kp_index": 1.0,
      "time": "2026-04-14T12:00:00Z"
    },
    {
      "kp_index": 1.33,
      "time": "2026-04-14T15:00:00Z"
    },
    {
      "kp_index": 0.33,
      "time": "2026-04-14T18:00:00Z"
    },
    {
      "kp_index": 0.33,
      "time": "2026-04-14T21:00:00Z"
    },
    {
      "kp_index": 0.67,
      "time": "2026-04-15T00:00:00Z"
    },
    {
      "kp_index": 1.33,
      "time": "2026-04-15T03:00:00Z"
    },
    {
      "kp_index": 1.33,
      "time": "2026-04-15T06:00:00Z"
    },
    {
      "kp_index": 0.67,
      "time": "2026-04-15T09:00:00Z"
    },
    {
      "kp_index": 0.67,
      "time": "2026-04-15T12:00:00Z"
    },
    {
      "kp_index": 1.67,
      "time": "2026-04-15T15:00:00Z"
    },
    {
      "kp_index": 1.0,
      "time": "2026-04-15T18:00:00Z"
    },
    {
      "kp_index": 1.67,
      "time": "2026-04-15T21:00:00Z"
    },
    {
      "kp_index": 0.67,
      "time": "2026-04-16T00:00:00Z"
    },
    {
      "kp_index": 1.0,
      "time": "2026-04-16T03:00:00Z"
    },
    {
      "kp_index": 1.0,
      "time": "2026-04-16T06:00:00Z"
    },
    {
      "kp_index": 0.67,
      "time": "2026-04-16T09:00:00Z"
    },
    {
      "kp_index": 0.67,
      "time": "2026-04-16T12:00:00Z"
    },
    {
      "kp_index": 0.33,
      "time": "2026-04-16T15:00:00Z"
    }
  ],
  "success": true
}