← Wissenschaft & Weltraum

Sonnenfleckenzahlen

GET /spaceweather/sunspots

Rufen Sie aktuelle tägliche Sonnenfleckenzahlen vom NOAA SWPC ab, die Sonnenaktivitätsniveaus verfolgen. Sonnenfleckenzahlen korrelieren mit dem 11-Jahres-Sonnenzyklus und sagen die Intensität des Weltraumwetters voraus. Höhere Sonnenfleckenzahlen bedeuten häufigere Sonneneruptionen, koronale Massenauswürfe und Aurora-Erscheinungen. Nützlich für Sonnenzyklus-Tracking-Dashboards, langfristige Weltraumwetter-Vorhersagen, Amateurastronomie-Tools und Klimaforschungsanwendungen, die die Variabilität der Sonneneinstrahlung untersuchen.

Beispielanfragen

Grundlegende Verwendung
curl https://nordapi.ee/api/v1/spaceweather/sunspots

Live-Antwort

{
  "count": 24,
  "data": [
    {
      "date": "2024-05",
      "smoothed_ssn": 149.1,
      "ssn": 172.1
    },
    {
      "date": "2024-06",
      "smoothed_ssn": 152.8,
      "ssn": 164.1
    },
    {
      "date": "2024-07",
      "smoothed_ssn": 155.0,
      "ssn": 196.8
    },
    {
      "date": "2024-08",
      "smoothed_ssn": 156.8,
      "ssn": 216.0
    },
    {
      "date": "2024-09",
      "smoothed_ssn": 159.4,
      "ssn": 141.1
    },
    {
      "date": "2024-10",
      "smoothed_ssn": 160.9,
      "ssn": 165.8
    },
    {
      "date": "2024-11",
      "smoothed_ssn": 157.2,
      "ssn": 154.1
    },
    {
      "date": "2024-12",
      "smoothed_ssn": 151.2,
      "ssn": 154.6
    },
    {
      "date": "2025-01",
      "smoothed_ssn": 146.2,
      "ssn": 137.0
    },
    {
      "date": "2025-02",
      "smoothed_ssn": 139.8,
      "ssn": 155.7
    },
    {
      "date": "2025-03",
      "smoothed_ssn": 135.9,
      "ssn": 134.2
    },
    {
      "date": "2025-04",
      "smoothed_ssn": 133.3,
      "ssn": 141.4
    },
    {
      "date": "2025-05",
      "smoothed_ssn": 128.6,
      "ssn": 78.5
    },
    {
      "date": "2025-06",
      "smoothed_ssn": 124.7,
      "ssn": 114.6
    },
    {
      "date": "2025-07",
      "smoothed_ssn": 122.4,
      "ssn": 125.9
    },
    {
      "date": "2025-08",
      "smoothed_ssn": 118.2,
      "ssn": 133.7
    },
    {
      "date": "2025-09",
      "smoothed_ssn": 112.9,
      "ssn": 129.7
    },
    {
      "date": "2025-10",
      "smoothed_ssn": 108.3,
      "ssn": 114.8
    },
    {
      "date": "2025-11",
      "smoothed_ssn": -1.0,
      "ssn": 91.7
    },
    {
      "date": "2025-12",
      "smoothed_ssn": -1.0,
      "ssn": 124.2
    },
    {
      "date": "2026-01",
      "smoothed_ssn": -1.0,
      "ssn": 112.5
    },
    {
      "date": "2026-02",
      "smoothed_ssn": -1.0,
      "ssn": 78.2
    },
    {
      "date": "2026-03",
      "smoothed_ssn": -1.0,
      "ssn": 85.9
    },
    {
      "date": "2026-04",
      "smoothed_ssn": -1.0,
      "ssn": 79.3
    }
  ],
  "success": true
}