API Documentatie

Historische bliksemdata opvragen (per dag)

Je kan de historische bliksemdata opvragen met het volgende endpoint:

curl -H "Authorization: Bearer {token}" https://skyz.be/api/v1/lightning/history/{YYYY-MM-DD}

Voorbeeld response

{
  "strikes": [
    {
      "time": "2024-07-15 15:47:26",
      "lat": 49.266477,
      "lon": 2.785281
    },
    ...
  ],
  "info": "detected 13627 strikes on this day!"
}