← Science et espace

Nombre de taches solaires

GET /spaceweather/sunspots

Obtenez les nombres quotidiens récents de taches solaires de NOAA SWPC, tracking solar activity levels. Sunspot numbers correlate avec le 11-year solar cycle et prédire space weather intensity. Higher sunspot counts mean more frequent éruptions solaires, coronal mass ejections, et aurora displays. Utile pour les solar cycle tracking tableaux de bord, long-term space prévisions météoing, amateur astronomy tools, et climate rerechercher applications studying solar irradiance variability.

Exemples de requêtes

Utilisation de base
curl https://nordapi.ee/api/v1/spaceweather/sunspots

Réponse en direct

{
  "count": 24,
  "data": [
    {
      "date": "2024-04",
      "smoothed_ssn": 144.4,
      "ssn": 137.0
    },
    {
      "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": -1.0,
      "ssn": 114.6
    },
    {
      "date": "2025-11",
      "smoothed_ssn": -1.0,
      "ssn": 91.8
    },
    {
      "date": "2025-12",
      "smoothed_ssn": -1.0,
      "ssn": 124.0
    },
    {
      "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
    }
  ],
  "success": true
}