Skip to main content

⚡ Instant situational awareness

Every payload corresponds to a single lightning strike observed by our national detection grid.

🗺️ Pinpoint accuracy

Latitude/longitude pairs point to the geodesic centroid of the strike with meter-level precision.

🤝 Action-ready context

Use the enriched attributes (current, multiplicity, distance) to decide whether to trigger claims or operational workflows.
{
  "lightningId": "692c7dab7ca5904f700df66c",
  "registrationId": "e71fedf8-a0a9-462e-a972-47dc8a5586df",
  "recipientId": "recipient-04c2b9c7ad01",
  "timeEpochMillis": 1764523421822,
  "type": "FLASH_CLOUD_TO_GROUND",
  "latitude": 41.0600156,
  "longitude": 28.9795,
  "peakCurrent": -7986,
  "inCloudHeight": null,
  "multiplicity": {
    "inCloud": 0,
    "cloudToGround": 1
  },
  "distance": 4994.386847196682
}
1

Filter by type 🧠

FLASH_CLOUD_TO_GROUND flashes usually drive the riskiest impacts—route them into high-priority queues, while in-cloud flashes can stay informational.
2

Score severity ⚙️

Combine peakCurrent, distance, and multiplicity.* to enrich your risk models (e.g., heavier current + short distance → immediate dispatch).
3

Log for post-event audits 📒

Store lightningId + coordinates so you can justify claim decisions or correlate against sensor data later.