---
title: "Near-real-time lightning flashes (EUMETSAT MTG Lightning Imager)"
method: GET
path: "/api/v2/hazards/lightning"
tags: ["Disasters & Hazards"]
---

# Near-real-time lightning flashes (EUMETSAT MTG Lightning Imager)

`GET /api/v2/hazards/lightning`

Lightning flash detections from the EUMETSAT Meteosat Third Generation Lightning Imager (MTG-LI) Level 2 Lightning Flashes product, normalized to the Sugra CAP-aligned hazard event schema. The feed carries the newest complete 10-minute granule (~10,000 flashes, typically ~10-15 minutes behind real time) over the Meteosat 0-degree field of view: Europe, Africa, the Atlantic Ocean and eastern South America. Filter by bounding box and minimum flash-filter confidence; flashes return newest first. Sugra retransmits EUMETSAT data (CC BY 4.0) and does not issue lightning warnings.

## Query parameters

- `min_lat` number, nullable — Bounding-box south edge.
- `max_lat` number, nullable — Bounding-box north edge.
- `min_lon` number, nullable — Bounding-box west edge.
- `max_lon` number, nullable — Bounding-box east edge.
- `min_confidence` number, nullable — Minimum L2 flash-filter confidence (0-1). The distribution is bimodal (most flashes near 0 or 1); 0.9 keeps only the highest-confidence set.
- `limit` integer — Maximum flashes returned (newest first).

## Response `200`

Successful Response

- EnvelopeLightningFeed
  - `data` LightningFeed, required
    - `query` LightningQuery, required
      - `min_lat` number, nullable
      - `max_lat` number, nullable
      - `min_lon` number, nullable
      - `max_lon` number, nullable
      - `min_confidence` number, nullable
      - `limit` integer, required
    - `total_matched` integer, required — Flashes matching the filters BEFORE the limit.
    - `count` integer, required
    - `events` LightningEvent[], required
      - `schema_version` string, required
      - `event_id` string, required
      - `event_type` string, required
      - `source_event_time` string, nullable — Nominal flash time, ISO 8601 UTC with millisecond precision (a busy granule carries ~17 flashes/second).
      - `updated_time` string, nullable — null - flashes are instantaneous observations.
      - `geometry` HazardGeometry, required
        - `lat` number, nullable — Latitude, decimal degrees (WGS84). Null if the source omitted a location.
        - `lon` number, nullable — Longitude, decimal degrees (WGS84).
        - `depth_km` number, nullable — Hypocentre depth, kilometres.
      - `area` object, nullable — null - flashes are point detections.
      - `place` string, nullable
      - `metrics` LightningMetrics, required
        - `radiance_mw_m2_sr` integer, nullable — Flash radiance, mW m-2 sr-1.
        - `groups` integer, nullable — Number of L2 groups folded into this flash.
        - `events` integer, nullable — Number of L2 events folded into this flash.
        - `duration_ms` integer, nullable — Flash duration, milliseconds.
        - `footprint_pixels` integer, nullable — Flash footprint size in LI pixels (~4.5 km at nadir).
        - `confidence` number, nullable — L2 flash-filter confidence, 0-1. A quality attribute of the already-filtered flash set (bimodal in practice), NOT a detection probability. Filter with min_confidence.
        - `truncated` boolean — True if the instrument truncated this flash upstream.
      - `severity` HazardSeverity, required — CAP-aligned severity block (OASIS Common Alerting Protocol vocabulary).
        - `severity` string, required — CAP severity: Extreme | Severe | Moderate | Minor | Unknown.
        - `certainty` string, required — CAP certainty. Earthquakes are Observed (the event happened).
        - `urgency` string, required — CAP urgency. Earthquakes are Past (an observed event, not a forward alert).
        - `derivation` string — 'native' (read verbatim from a CAP-native source) or 'sugra-computed' (derived by Sugra - carries no sovereign brand-shield).
      - `cap` object, nullable — null - MTG-LI is not a CAP-native source.
      - `source` HazardEventSource, required
        - `institution` string, required
        - `tier` string, required — Sovereign (S) - named publicly.
        - `event_url` string, nullable — Upstream event page for full detail.
      - `disclaimer` string, required
    - `attribution` HazardAttributionSet, required
      - `sources` HazardSourceAttribution[] — Every sovereign source that contributed events.
        - `registry_key` string, required
        - `source_name` string, required
        - `licence` string, required
        - `citation` string, required
        - `disclaimer` string, required
      - `effective_reexport` string, required — Most-restrictive re-export verdict across the sources.
    - `disclaimer` string, required
    - `upstream` object — Granule metadata: coverage window, platform, flash/dropped counts, L1b warnings.
  - `meta` SugraMeta, required — Metadata attached to every /api/v1/* response envelope.
    - `endpoint` string, required — Requested endpoint path.
    - `data_time` string, required — ISO 8601 UTC timestamp of the source data, not of the request.
    - `response_time` string, required — ISO 8601 UTC timestamp when this response was produced.
    - `provider` string, required — API name and version.
    - `source` string, nullable — Identifier of the primary upstream source used for this response.
    - `attribution` string, nullable — Human-readable attribution mandated by an upstream source (e.g. a securities regulator or self-regulatory organization). Present only on responses whose source requires the owner and source to be clearly identified. Do not remove or alter it when using the response.
    - `fallback_used` boolean, nullable — True when the primary source failed and a fallback produced the data.
    - `fallback_chain` string[], nullable — Ordered list of sources attempted, in the order they were tried.
    - `cached` boolean, nullable — True when this response was served from the internal cache.
    - `stale` boolean, nullable — True when the cached response was returned after the upstream rate-limited or errored. Clients can use this to detect degraded data.

## Other responses

- `401` — Missing or invalid `x-api-key` header.
- `422` — Validation Error
- `429` — Daily rate limit exceeded. Check `X-RateLimit-Reset` for the next window.
- `503` — Upstream source is temporarily unavailable. Retry after a short delay.

---

[API](https://skmtc.net/sugra/apis/sugra-api.md) · [All operations](https://skmtc.net/sugra/apis/sugra-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sugra/sugra-api/versions/dcf7427e6897/schema)
